From 646cfe11e13833a0815ac9e0129b4db0667426d0 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 28 Sep 2006 08:26:33 +0000 Subject: [PATCH] MFH --- main/php_open_temporary_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/php_open_temporary_file.c b/main/php_open_temporary_file.c index 60526fa0e4..63f4e2c06b 100644 --- a/main/php_open_temporary_file.c +++ b/main/php_open_temporary_file.c @@ -206,7 +206,7 @@ PHPAPI const char* php_get_temporary_directory(void) PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC) { int fd; - char *temp_dir = php_get_temporary_directory(); + const char *temp_dir = php_get_temporary_directory(); if (!pfx) { pfx = "tmp."; -- 2.50.1