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

Diff for /src/usr.bin/rcs/rcsclean.c between version 1.19 and 1.20

version 1.19, 2005/12/08 18:56:10 version 1.20, 2005/12/10 20:27:46
Line 190 
Line 190 
                 }                  }
         }          }
   
         free(c1);          xfree(c1);
         free(c2);          xfree(c2);
   
         if (match == 1) {          if (match == 1) {
                 if ((uflag == 1) && (!TAILQ_EMPTY(&(file->rf_locks)))) {                  if ((uflag == 1) && (!TAILQ_EMPTY(&(file->rf_locks)))) {

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20