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

Diff for /src/usr.bin/cvs/checkout.c between version 1.108 and 1.109

version 1.108, 2008/01/21 16:36:46 version 1.109, 2008/01/23 09:34:08
Line 335 
Line 335 
                 else                  else
                         (void)xsnprintf(stickytag, sizeof(stickytag), "T%s",                          (void)xsnprintf(stickytag, sizeof(stickytag), "T%s",
                             rev);                              rev);
           else if (!reset_stickies && cf->file_ent != NULL &&
               cf->file_ent->ce_tag != NULL)
                   (void)xsnprintf(stickytag, sizeof(stickytag), "T%s",
                       cf->file_ent->ce_tag);
         else          else
                 stickytag[0] = '\0';                  stickytag[0] = '\0';
   

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109