diff options
author | Sterling Hughes <sterling@php.net> | 2000-11-02 14:39:16 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2000-11-02 14:39:16 +0000 |
commit | 0b25301bce1d8057445b4af008c2fd59bafd118e (patch) | |
tree | c42281004252fe90a3859b4fc8cc75133b545bd3 | |
parent | e8e3be00d58e8fb9e164e5dc46b75a3685ca3a3a (diff) | |
download | php-git-0b25301bce1d8057445b4af008c2fd59bafd118e.tar.gz |
Das war nicht gut.
-rw-r--r-- | ext/sablot/sablot.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } /* }}} */ |