slackbuilds_ponce/network/valknut/main.patch

12 lines
237 B
Diff
Raw Normal View History

--- 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