From eb794369b79a6e66a59ee88e5be3876331b720be Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 1 Dec 2024 18:03:01 +0100 Subject: small fixes --- project-base/src/logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project-base/src/logging.h') diff --git a/project-base/src/logging.h b/project-base/src/logging.h index a6ae594..4cd6983 100644 --- a/project-base/src/logging.h +++ b/project-base/src/logging.h @@ -22,7 +22,7 @@ { char __buf[500]; \ sprintf(__buf, "%s, Assertion failed at %s, line %d. In %s\n", _message, __FILENAME__, __LINE__, __func__); \ printf(__buf); \ - MessageBox(0, __buf, "Error", MB_OK); exit(0); } + MessageBox(0, __buf, "Error", MB_OK); abort(); } #define log_info(_message) { char _____buf[4000]; sprintf(_____buf, "INFO: %s, at %s, line %d. In %s\n", _message, __FILENAME__, __LINE__, __func__); printf(_____buf); OutputDebugStringA(_____buf); } #endif -- cgit v1.2.3-70-g09d2