[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.66 and 1.67

version 1.66, 2005/04/19 00:32:55 version 1.67, 2005/04/22 15:16:15
Line 927 
Line 927 
                         else                          else
                                 cvs_log(LP_WARN, "unknown ce_type %d",                                  cvs_log(LP_WARN, "unknown ce_type %d",
                                     ent->ce_type);                                      ent->ce_type);
                         cfp->cf_cvstat = CVS_FST_LOST;  
                           if (ent->ce_status == CVS_ENT_REMOVED)
                                   cfp->cf_cvstat = CVS_FST_REMOVED;
                           else
                                   cfp->cf_cvstat = CVS_FST_LOST;
                 }                  }
         }          }
   

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67