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

Diff for /src/usr.bin/cvs/update.c between version 1.77 and 1.78

version 1.77, 2006/07/01 21:09:36 version 1.78, 2006/07/02 21:01:48
Line 395 
Line 395 
   
         cvs_log(LP_TRACE, "update_has_conflict_markers(%s)", cf->file_path);          cvs_log(LP_TRACE, "update_has_conflict_markers(%s)", cf->file_path);
   
           if (cf->fd == -1)
                   return (0);
   
         if ((bp = cvs_buf_load_fd(cf->fd, BUF_AUTOEXT)) == NULL)          if ((bp = cvs_buf_load_fd(cf->fd, BUF_AUTOEXT)) == NULL)
                 fatal("update_has_conflict_markers: failed to load %s",                  fatal("update_has_conflict_markers: failed to load %s",
                     cf->file_path);                      cf->file_path);

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78