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

Diff for /src/usr.bin/cvs/commit.c between version 1.117 and 1.118

version 1.117, 2008/01/10 09:54:04 version 1.118, 2008/01/13 11:11:08
Line 512 
Line 512 
         if (cf->file_status == FILE_MODIFIED ||          if (cf->file_status == FILE_MODIFIED ||
             cf->file_status == FILE_ADDED) {              cf->file_status == FILE_ADDED) {
                 if ((b1 = cvs_buf_load_fd(cf->fd, BUF_AUTOEXT)) == NULL)                  if ((b1 = cvs_buf_load_fd(cf->fd, BUF_AUTOEXT)) == NULL)
                         fatal("commit_diff_file: failed to load '%s'",                          fatal("commit_diff: failed to load '%s'",
                             cf->file_path);                              cf->file_path);
                 cvs_buf_write_stmp(b1, p1, NULL);                  cvs_buf_write_stmp(b1, p1, NULL);
                 cvs_buf_free(b1);                  cvs_buf_free(b1);

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118