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

Diff for /src/usr.bin/cvs/root.c between version 1.22 and 1.23

version 1.22, 2005/08/09 10:33:46 version 1.23, 2005/08/10 14:49:20
Line 286 
Line 286 
                 }                  }
         }          }
   
         if (fgets(line, sizeof(line), fp) == NULL) {          if (fgets(line, (int)sizeof(line), fp) == NULL) {
                 cvs_log(LP_ERR, "failed to read line from %s",                  cvs_log(LP_ERR, "failed to read line from %s",
                     CVS_PATH_ROOTSPEC);                      CVS_PATH_ROOTSPEC);
                 (void)fclose(fp);                  (void)fclose(fp);

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23