]> granicus.if.org Git - php/commitdiff
Das war nicht gut.
authorSterling Hughes <sterling@php.net>
Thu, 2 Nov 2000 14:39:16 +0000 (14:39 +0000)
committerSterling Hughes <sterling@php.net>
Thu, 2 Nov 2000 14:39:16 +0000 (14:39 +0000)
ext/sablot/sablot.c

index 3af197745112569f407b90f355c1191036fe5519..4833f37c72434239e618641ce28249f4550ceafa 100644 (file)
@@ -715,7 +715,7 @@ PHP_FUNCTION(xslt_error)
                serrno = SABLOTG(last_errno);
        }
 
-       RETURN_STRING((char *)SablotGetMsgText(errno), 1);
+       RETURN_STRING((char *)SablotGetMsgText(serrno), 1);
 }
 /* }}} */