[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.44 and 1.45

version 1.44, 2005/03/26 08:09:54 version 1.45, 2005/03/30 17:43:04
Line 961 
Line 961 
         char lbuf[MAXPATHLEN], rbuf[MAXPATHLEN];          char lbuf[MAXPATHLEN], rbuf[MAXPATHLEN];
   
         cvs_file_getpath(dir, lbuf, sizeof(lbuf));          cvs_file_getpath(dir, lbuf, sizeof(lbuf));
         if (strcmp(lbuf, cvs_lastdir) == 0)          if (strcmp(lbuf, cvs_lastdir) == 0 && cvs_cmdop != CVS_OP_CHECKOUT)
                 return (0);                  return (0);
   
         if (dir->cf_ddat->cd_repo == NULL)          if (dir->cf_ddat->cd_repo == NULL)

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45