Sign mismatch

From: tap3w0rm (crio49@hotmail.com)
Date: 10/16/02


My problem is this


  if (result < strlen(osb)) {
      size_t savetextlen = strlen(osb + result);

      strcat(t->output, osb + result);
      t->bufptr   -= savetextlen;
      t->bufspace += savetextlen;
    }

the compiler gives me this


--------------------Configuration: circle - Win32
Debug--------------------
Compiling...
comm.c
comm.c(1477) : warning C4018: '<' : signed/unsigned mismatch
Linking...

wincompile.exe - 0 error(s), 1 warning(s)




Thanks
In advance
-Brandon Allen

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/25/03 PDT