[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.32 and 1.33

version 1.32, 2005/10/07 21:47:32 version 1.33, 2005/12/03 20:27:35
Line 277 
Line 277 
         if (cvs_getln(NULL, rdir, sizeof(rdir)) < 0)          if (cvs_getln(NULL, rdir, sizeof(rdir)) < 0)
                 return (-1);                  return (-1);
   
           STRIP_SLASH(rdir);
   
         if (cvs_req_currentdir != NULL)          if (cvs_req_currentdir != NULL)
                 free(cvs_req_currentdir);                  free(cvs_req_currentdir);
   

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33