1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 10:03:18 +02:00

Fix UNIX build

This commit is contained in:
Zeev Suraski
2000-09-09 12:02:31 +00:00
parent 67f59f7b40
commit 3115a0ccfe

View File

@@ -170,6 +170,7 @@ static FILE *php_do_open_temporary_file(char *path, const char *pfx, char **open
char *trailing_slash;
FILE *fp;
char *opened_path;
int fd;
if (!path) {
return NULL;