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

Diff for /src/usr.bin/cvs/rcs.c between version 1.129 and 1.130

version 1.129, 2006/02/13 11:02:58 version 1.130, 2006/02/26 16:06:46
Line 2931 
Line 2931 
         }          }
   
         if (type == CHECKOUT_REV_CREATED ||          if (type == CHECKOUT_REV_CREATED ||
               type == CHECKOUT_REV_MERGED ||
             type == CHECKOUT_REV_UPDATED) {              type == CHECKOUT_REV_UPDATED) {
                 ctime_r(&rcstime, timebuf);                  ctime_r(&rcstime, timebuf);
                 l = strlen(timebuf);                  l = strlen(timebuf);

Legend:
Removed from v.1.129  
changed lines
  Added in v.1.130