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

Diff for /src/usr.bin/cvs/Attic/proto.c between version 1.49 and 1.50

version 1.49, 2005/04/22 15:16:15 version 1.50, 2005/05/09 19:24:07
Line 618 
Line 618 
                 return (NULL);                  return (NULL);
         }          }
   
         cvs_getln(root, buf, sizeof(buf));          if (cvs_getln(root, buf, sizeof(buf)) < 0) {
                   cvs_buf_free(fbuf);
                   return (NULL);
           }
   
         fsz = (off_t)strtol(buf, &ep, 10);          fsz = (off_t)strtol(buf, &ep, 10);
         if (*ep != '\0') {          if (*ep != '\0') {

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50