diff options
Diffstat (limited to 'lib/base/eerror.cpp')
| -rw-r--r-- | lib/base/eerror.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/base/eerror.cpp b/lib/base/eerror.cpp index 0871bb71..ac62f1e9 100644 --- a/lib/base/eerror.cpp +++ b/lib/base/eerror.cpp @@ -20,6 +20,7 @@ void eFatal(const char* fmt, ...) va_end(ap); logOutput(lvlFatal, buf); fprintf(stderr, "%s\n",buf ); +#if 0 if (!infatal) { infatal=1; @@ -27,6 +28,8 @@ void eFatal(const char* fmt, ...) msg.show(); msg.exec(); } +#endif + _exit(0); } |
