1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00

- One more fopen -> PHP_FOPEN patch

This commit is contained in:
Andi Gutmans
2000-04-04 20:06:45 +00:00
parent 44e178e089
commit 2a15b85ca1

View File

@@ -29,7 +29,7 @@ void UpdateIniFromRegistry(char *path)
char drive_letter;
/* get current working directory and prepend it to the path */
if (!getcwd(tmp_buf, MAXPATHLEN)) {
if (!PHP_GETCWD(tmp_buf, MAXPATHLEN)) {
efree(orig_path);
return;
}