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

Diff for /src/usr.bin/cvs/update.c between version 1.97 and 1.98

version 1.97, 2007/02/22 06:42:09 version 1.98, 2007/05/27 21:02:23
Line 157 
Line 157 
                         fatal("cvs_update_enterdir: `%s': %s",                          fatal("cvs_update_enterdir: `%s': %s",
                             cf->file_path, strerror(errno));                              cf->file_path, strerror(errno));
   
                 entry = xmalloc(CVS_ENT_MAXLINELEN);                  (void)xasprintf(&entry, "D/%s////", cf->file_name);
                 (void)xsnprintf(entry, CVS_ENT_MAXLINELEN, "D/%s////",  
                     cf->file_name);  
   
                 entlist = cvs_ent_open(cf->file_wd);                  entlist = cvs_ent_open(cf->file_wd);
                 cvs_ent_add(entlist, entry);                  cvs_ent_add(entlist, entry);

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98