From 0b25301bce1d8057445b4af008c2fd59bafd118e Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Thu, 2 Nov 2000 14:39:16 +0000 Subject: [PATCH] Das war nicht gut. --- ext/sablot/sablot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/sablot/sablot.c b/ext/sablot/sablot.c index 3af1977451..4833f37c72 100644 --- a/ext/sablot/sablot.c +++ b/ext/sablot/sablot.c @@ -715,7 +715,7 @@ PHP_FUNCTION(xslt_error) serrno = SABLOTG(last_errno); } - RETURN_STRING((char *)SablotGetMsgText(errno), 1); + RETURN_STRING((char *)SablotGetMsgText(serrno), 1); } /* }}} */ -- 2.50.1