From 3bad22d5566624804a73b3791980bab2d84c8266 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Wed, 2 Jun 2004 01:11:59 +0000 Subject: - disabled gui for a moment - beginning of GDI2 work (region/fill/line works) - fixed smartptr self assignment - finally replaced "int ref" by something with a constructor --- lib/base/eerror.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/base/eerror.cpp') 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); } -- cgit v1.2.3