Index: trunk/psLib/src/math/psSparse.c
===================================================================
--- trunk/psLib/src/math/psSparse.c	(revision 10999)
+++ trunk/psLib/src/math/psSparse.c	(revision 11686)
@@ -66,5 +66,5 @@
     if (i < j) {
         // psError(PS_ERR_UNKNOWN, true, "i=%d, j=%d refers to a sub-diagonal element. not allowed!");
-        psAbort (__func__, "i=%d, j=%d refers to a sub-diagonal element. not allowed!", i, j);
+        psAbort("i=%d, j=%d refers to a sub-diagonal element. not allowed!", i, j);
         return false;
     }
