]> granicus.if.org Git - php/commitdiff
hope i haven't missed anything - but we're no longer in the 3.x tree
authorThies C. Arntzen <thies@php.net>
Thu, 5 Aug 1999 07:42:46 +0000 (07:42 +0000)
committerThies C. Arntzen <thies@php.net>
Thu, 5 Aug 1999 07:42:46 +0000 (07:42 +0000)
main/main.c

index 230e3fbc1e915c1159fd1bce8c2e21c59df3885b..8714e60ef7a397b44423c753f82849a57db1d317 100644 (file)
@@ -415,7 +415,7 @@ PHPAPI void php_error(int type, const char *format,...)
                        if (PG(log_errors)) {
                                char log_buffer[1024];
 
-                               snprintf(log_buffer, 1024, "PHP %s:  %s in %s on line %d", error_type_str, buffer, error_filename, error_lineno);
+                               snprintf(log_buffer, 1024, "PHP %s:  %s in %s on line %d", error_type_str, buffer, error_filename, error_lineno);
                                php3_log_err(log_buffer);
                        }
                        if (PG(display_errors)) {