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

Diff for /src/usr.bin/wc/wc.c between version 1.14 and 1.15

version 1.14, 2013/11/12 13:54:50 version 1.15, 2013/11/23 17:37:22
Line 185 
Line 185 
                          */                           */
                         charct += len;                          charct += len;
                         for (C = buf; len--; ++C) {                          for (C = buf; len--; ++C) {
                                 if (isspace (*C)) {                                  if (isspace(*C)) {
                                         gotsp = 1;                                          gotsp = 1;
                                         if (*C == '\n')                                          if (*C == '\n')
                                                 ++linect;                                                  ++linect;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15