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

Diff for /src/usr.bin/cvs/Attic/req.c between version 1.38 and 1.39

version 1.38, 2005/12/24 19:07:52 version 1.39, 2005/12/30 16:47:36
Line 266 
Line 266 
   
         pwd = (!strcmp(line, "."));          pwd = (!strcmp(line, "."));
   
         if (cvs_getln(NULL, rdir, sizeof(rdir)) < 0)          cvs_getln(NULL, rdir, sizeof(rdir));
                 return (-1);  
   
         STRIP_SLASH(rdir);          STRIP_SLASH(rdir);
   

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39