[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.61 and 1.62

version 1.61, 2006/05/30 21:32:52 version 1.62, 2006/06/01 20:00:52
Line 155 
Line 155 
                 if (len >= sizeof(buf))                  if (len >= sizeof(buf))
                         fatal("cvs_status_local: truncation");                          fatal("cvs_status_local: truncation");
         } else {          } else {
                 rcsnum_tostr(cf->file_rcs->rf_head, revbuf, sizeof(revbuf));                  rcsnum_tostr(rcs_head_get(cf->file_rcs),
                       revbuf, sizeof(revbuf));
                 l = snprintf(buf, sizeof(buf), "%s\t%s", revbuf,                  l = snprintf(buf, sizeof(buf), "%s\t%s", revbuf,
                     cf->file_rpath);                      cf->file_rpath);
                 if (l == -1 || l >= (int)sizeof(buf))                  if (l == -1 || l >= (int)sizeof(buf))

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62