src/main.cpp

changeset 498
791c831c8020
parent 497
c51941e590b6
child 504
6a1fa662bfc1
--- 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);
 

mercurial