mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
12 lines
237 B
Diff
12 lines
237 B
Diff
|
--- valknut/main.cpp.orig 2013-09-29 13:55:16.194456921 +0200
|
||
|
+++ valknut/main.cpp 2013-09-29 13:55:30.942159705 +0200
|
||
|
@@ -338,7 +338,7 @@
|
||
|
delete dbg;
|
||
|
printf("exit\n");
|
||
|
delete qApp;
|
||
|
- _exit(0);
|
||
|
+ exit(0);
|
||
|
}
|
||
|
|
||
|
#ifndef WIN32
|