[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.57 and 1.58

version 1.57, 2006/05/27 03:30:30 version 1.58, 2006/06/06 05:13:39
Line 163 
Line 163 
                 ent->ce_opts = NULL;                  ent->ce_opts = NULL;
   
         if (strcmp(fields[5], ""))          if (strcmp(fields[5], ""))
                 ent->ce_tag = fields[5];                  ent->ce_tag = fields[5] + 1;
         else          else
                 ent->ce_tag = NULL;                  ent->ce_tag = NULL;
   

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58