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

Diff for /src/usr.bin/cvs/fatal.c between version 1.12 and 1.13

version 1.12, 2007/05/29 00:21:51 version 1.13, 2007/09/02 12:13:00
Line 48 
Line 48 
         cvs_vlog(LP_ABORT, fmt, args);          cvs_vlog(LP_ABORT, fmt, args);
         va_end(args);          va_end(args);
   
         cvs_cleanup();          if (current_cvsroot != NULL)
                   cvs_cleanup();
   
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13