mirror of
https://github.com/thepigeongenerator/cpusetcores.git
synced 2025-12-17 22:15: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);
|
va_end(args);
|
||||||
|
|
||||||
fprintf(stderr, "\033[91mE: %s\033[0m\n", buf);
|
fprintf(stderr, "\033[91mE: %s\033[0m\n", buf);
|
||||||
abort();
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user