diff --git a/libratbox/src/ratbox_lib.c b/libratbox/src/ratbox_lib.c index a8b1bae8..4d11fd33 100644 --- a/libratbox/src/ratbox_lib.c +++ b/libratbox/src/ratbox_lib.c @@ -164,6 +164,7 @@ rb_lib_restart(const char *format, ...) rb_vsnprintf(errbuf, sizeof(errbuf), format, args); va_end(args); rb_restart(errbuf); + abort(); } void