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

Diff for /src/usr.bin/cvs/client.c between version 1.119 and 1.120

version 1.119, 2009/02/23 21:28:57 version 1.120, 2009/04/01 06:41:58
Line 493 
Line 493 
                             sizeof(timebuf));                              sizeof(timebuf));
                         if (len >= sizeof(timebuf))                          if (len >= sizeof(timebuf))
                                 fatal("cvs_client_sendfile: truncation");                                  fatal("cvs_client_sendfile: truncation");
                         len = strlcat(timebuf, "+", sizeof(timebuf));                          len = strlcat(timebuf, "+=", sizeof(timebuf));
                         if (len >= sizeof(timebuf))                          if (len >= sizeof(timebuf))
                                 fatal("cvs_client_sendfile: truncation");                                  fatal("cvs_client_sendfile: truncation");
                 }                  }

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120