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 /sapi/apache/mod_php4.c | |
| parent | 499507ca0e7a77e535bce2fa118dfef70b262862 (diff) | |
| download | php-git-2622eba31d501ac14336515fd5c9d209890e61f0.tar.gz | |
- Cleanup some output functions
Diffstat (limited to 'sapi/apache/mod_php4.c')
| -rw-r--r-- | sapi/apache/mod_php4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c index ae7654f144..a0e6610466 100644 --- a/sapi/apache/mod_php4.c +++ b/sapi/apache/mod_php4.c @@ -278,7 +278,7 @@ static void php_apache_log_message(char *message) log_error(message, ((request_rec *) SG(server_context))->server); #endif } else { - fprintf(stderr, message); + fprintf(stderr, "%s", message); fprintf(stderr, "\n"); } } |
