From 5aa33681eb9cde978a4644feed210630e3d7a868 Mon Sep 17 00:00:00 2001 From: hvlad Date: Mon, 1 Dec 2008 07:28:13 +0000 Subject: [PATCH] Misc --- src/common/fb_exception.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/fb_exception.cpp b/src/common/fb_exception.cpp index 528b6b874e..0f38862aa2 100644 --- a/src/common/fb_exception.cpp +++ b/src/common/fb_exception.cpp @@ -339,7 +339,7 @@ int system_error::getSystemError() system_call_failed::system_call_failed(const char* syscall, int error_code) : system_error(syscall, error_code) { -#ifdef DEV_BUILD_ccc +#ifdef DEV_BUILD // raised failed system call exception in DEV_BUILD in 99.99% means // problems with the code - let's create memory dump now abort();