From: Sterling Hughes Date: Thu, 2 Nov 2000 14:39:16 +0000 (+0000) Subject: Das war nicht gut. X-Git-Tag: php-4.0.4RC3~389 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b25301bce1d8057445b4af008c2fd59bafd118e;p=php Das war nicht gut. --- 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); } /* }}} */