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

Diff for /src/usr.bin/cvs/util.c between version 1.125 and 1.126

version 1.125, 2008/01/21 16:36:46 version 1.126, 2008/01/31 10:17:47
Line 627 
Line 627 
                         if ((p = strchr(dp, '/')) != NULL)                          if ((p = strchr(dp, '/')) != NULL)
                                 *p = '\0';                                  *p = '\0';
                         ent = cvs_ent_open(rpath);                          ent = cvs_ent_open(rpath);
                         xsnprintf(entry, sizeof(entry), "D/%s/////", dp);                          xsnprintf(entry, sizeof(entry), "D/%s////", dp);
                         cvs_ent_add(ent, entry);                          cvs_ent_add(ent, entry);
                         cvs_ent_close(ent, ENT_SYNC);                          cvs_ent_close(ent, ENT_SYNC);
                         if (p != NULL)                          if (p != NULL)

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.126