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

Diff for /src/usr.bin/cvs/cvs.c between version 1.83 and 1.84

version 1.83, 2005/08/10 08:05:00 version 1.84, 2005/08/10 14:49:20
Line 390 
Line 390 
                 return;                  return;
         }          }
   
         while (fgets(linebuf, sizeof(linebuf), fp) != NULL) {          while (fgets(linebuf, (int)sizeof(linebuf), fp) != NULL) {
                 linenum++;                  linenum++;
                 if ((len = strlen(linebuf)) == 0)                  if ((len = strlen(linebuf)) == 0)
                         continue;                          continue;

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84