[BACK]Return to text.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / file

Diff for /src/usr.bin/file/text.c between version 1.1 and 1.2

version 1.1, 2015/04/24 16:24:11 version 1.2, 2015/04/24 16:45:32
Line 138 
Line 138 
         size_t           wordlen;          size_t           wordlen;
         u_int            i;          u_int            i;
   
         end = (char*)base + size;          end = (char *)base + size;
         for (cp = base; cp != end; /* nothing */) {          for (cp = base; cp != end; /* nothing */) {
                 while (cp != end && isspace((u_char)*cp))                  while (cp != end && isspace((u_char)*cp))
                         cp++;                          cp++;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2