summaryrefslogtreecommitdiff
path: root/ext/cyrus/cyrus.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/cyrus/cyrus.c')
-rw-r--r--ext/cyrus/cyrus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/cyrus/cyrus.c b/ext/cyrus/cyrus.c
index dfea22ee70..ede15cc727 100644
--- a/ext/cyrus/cyrus.c
+++ b/ext/cyrus/cyrus.c
@@ -110,7 +110,7 @@ extern void fatal(char *s, int exit)
{
TSRMLS_FETCH();
- php_error_docref(NULL TSRMLS_CC, E_ERROR, s);
+ php_error_docref(NULL TSRMLS_CC, E_ERROR, "%s", s);
}
/* {{{ proto resource cyrus_connect([ string host [, string port [, int flags]]])