summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2000-11-02 14:39:16 +0000
committerSterling Hughes <sterling@php.net>2000-11-02 14:39:16 +0000
commit0b25301bce1d8057445b4af008c2fd59bafd118e (patch)
treec42281004252fe90a3859b4fc8cc75133b545bd3
parente8e3be00d58e8fb9e164e5dc46b75a3685ca3a3a (diff)
downloadphp-git-0b25301bce1d8057445b4af008c2fd59bafd118e.tar.gz
Das war nicht gut.
-rw-r--r--ext/sablot/sablot.c2
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);
}
/* }}} */