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