1 2 3 4 5 6 7 8 9 10
--- a/slock.c +++ b/slock.c @@ -55,7 +55,6 @@ va_start(ap, errstr); vfprintf(stderr, errstr, ap); va_end(ap); - exit(1); } #ifdef __linux__