[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.106 and 1.107

version 1.106, 2008/01/10 09:54:04 version 1.107, 2008/01/10 10:08:22
Line 315 
Line 315 
         }          }
   
         asctime_r(gmtime(&rcstime), tbuf);          asctime_r(gmtime(&rcstime), tbuf);
         if (tbuf[strlen(tbuf) - 1] == '\n')          tbuf[strcspn(tbuf, "\n")] = '\0';
                 tbuf[strlen(tbuf) - 1] = '\0';  
   
         if (co_flags & CO_MERGE) {          if (co_flags & CO_MERGE) {
                 (void)xsnprintf(timebuf, sizeof(timebuf), "Result of merge+%s",                  (void)xsnprintf(timebuf, sizeof(timebuf), "Result of merge+%s",

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107