diff options
| author | Andi Gutmans <andi@php.net> | 2000-09-30 16:13:48 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2000-09-30 16:13:48 +0000 |
| commit | 2622eba31d501ac14336515fd5c9d209890e61f0 (patch) | |
| tree | d11edead4e22cb6365f99cabe371ea16a134ac7a /ext/standard/incomplete_class.c | |
| parent | 499507ca0e7a77e535bce2fa118dfef70b262862 (diff) | |
| download | php-git-2622eba31d501ac14336515fd5c9d209890e61f0.tar.gz | |
- Cleanup some output functions
Diffstat (limited to 'ext/standard/incomplete_class.c')
| -rw-r--r-- | ext/standard/incomplete_class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/incomplete_class.c b/ext/standard/incomplete_class.c index 3f45522a5c..995d140860 100644 --- a/ext/standard/incomplete_class.c +++ b/ext/standard/incomplete_class.c @@ -47,7 +47,7 @@ static void incomplete_class_message(zend_property_reference *ref) efree(class_name); - php_error(E_ERROR, buf); + php_error(E_ERROR, "%s", buf); } static void incomplete_class_call_func(INTERNAL_FUNCTION_PARAMETERS, zend_property_reference *property_reference) |
