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

Diff for /src/usr.bin/cvs/file.c between version 1.147 and 1.148

version 1.147, 2006/05/28 21:11:12 version 1.148, 2006/05/28 23:38:42
Line 577 
Line 577 
         if (cf->file_ent != NULL) {          if (cf->file_ent != NULL) {
                 if (cf->file_ent->ce_type == CVS_ENT_DIR &&                  if (cf->file_ent->ce_type == CVS_ENT_DIR &&
                     cf->file_type != CVS_DIR)                      cf->file_type != CVS_DIR)
                         fatal("%s is suppose to be a directory, but it is not",                          fatal("%s is supposed to be a directory, but it is not",
                             cf->file_path);                              cf->file_path);
                 if (cf->file_ent->ce_type == CVS_ENT_FILE &&                  if (cf->file_ent->ce_type == CVS_ENT_FILE &&
                     cf->file_type != CVS_FILE)                      cf->file_type != CVS_FILE)
                         fatal("%s is suppose to be a file, but it is not",                          fatal("%s is supposed to be a file, but it is not",
                             cf->file_path);                              cf->file_path);
         }          }
   

Legend:
Removed from v.1.147  
changed lines
  Added in v.1.148