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

Diff for /src/usr.bin/cvs/entries.c between version 1.16 and 1.17

version 1.16, 2004/08/27 15:44:38 version 1.17, 2004/08/31 12:25:51
Line 99 
Line 99 
         }          }
         memset(ep, 0, sizeof(*ep));          memset(ep, 0, sizeof(*ep));
   
         ep->cef_path = strdup(dir);          ep->cef_path = strdup(entpath);
         if (ep->cef_path == NULL) {          if (ep->cef_path == NULL) {
                 cvs_log(LP_ERRNO, "failed to copy Entries path");                  cvs_log(LP_ERRNO, "failed to copy Entries path");
                 free(ep);                  free(ep);

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17