From 2f633d91caa56e9e940c1e0aa5e0a791ba95fa2d Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Thu, 17 Feb 2000 20:32:51 +0000 Subject: [PATCH] typo --- main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/main.c b/main/main.c index a2a622763c4..2e6f8a2d341 100644 --- a/main/main.c +++ b/main/main.c @@ -1116,7 +1116,7 @@ PHPAPI void php_execute_script(zend_file_handle *primary_file CLS_DC ELS_DC PLS_ prepend_file_p = NULL; } if (PG(auto_append_file) && PG(auto_append_file)[0] && - strncmp(PG(auto_prepend_file), "none", 4) != 0) { + strncmp(PG(auto_append_file), "none", 4) != 0) { append_file.filename = PG(auto_append_file); append_file.free_filename = 0; append_file.type = ZEND_HANDLE_FILENAME;