mirror of
https://github.com/thepigeongenerator/cpusetcores.git
synced 2025-12-16 21:45:46 +01:00
use exit(1) instead of abort()
This commit is contained in:
@@ -14,5 +14,5 @@ noreturn void fatal(char const* fmt, ...) {
|
||||
va_end(args);
|
||||
|
||||
fprintf(stderr, "\033[91mE: %s\033[0m\n", buf);
|
||||
abort();
|
||||
exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user