[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.35 and 1.36

version 1.35, 2005/07/08 07:22:58 version 1.36, 2005/07/08 10:10:48
Line 233 
Line 233 
                         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.35  
changed lines
  Added in v.1.36