--- a/src/main.cpp Sat Oct 05 12:51:13 2013 +0300 +++ b/src/main.cpp Sat Oct 05 15:18:47 2013 +0300 @@ -139,7 +139,7 @@ // ============================================================================= // ----------------------------------------------------------------------------- -void assertionFailure (const char* file, const ulong line, const char* funcname, const char* expr) +void assertionFailure (const char* file, int line, const char* funcname, const char* expr) { str errmsg = fmt ("File: %1\nLine: %2:\nFunction %3:\n\nAssertion `%4' failed", file, line, funcname, expr);