Removed # in commands, removed call to _cleanup()
This commit is contained in:
@@ -31,7 +31,6 @@ error(s,a) char *s,*a; {
|
||||
fprintf(stderr,": ");
|
||||
fprintf(stderr,s,a);
|
||||
fprintf(stderr,"\n");
|
||||
_cleanup();
|
||||
abort();
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user