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

Diff for /src/usr.bin/cvs/status.c between version 1.55 and 1.56

version 1.55, 2006/04/12 14:31:05 version 1.56, 2006/04/14 02:45:35
Line 205 
Line 205 
   
                         ctime_r(&(cf->cf_etime), timebuf);                          ctime_r(&(cf->cf_etime), timebuf);
                         n = strlen(timebuf);                          n = strlen(timebuf);
                         if ((n > 0) && (timebuf[n - 1] == '\n'))                          if (n > 0 && timebuf[n - 1] == '\n')
                                 timebuf[--n] = '\0';                                  timebuf[--n] = '\0';
   
                         strlcat(buf, timebuf, sizeof(buf));                          strlcat(buf, timebuf, sizeof(buf));

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56