]> granicus.if.org Git - php/commitdiff
- Change a getcwd()
authorAndi Gutmans <andi@php.net>
Thu, 20 Apr 2000 21:07:39 +0000 (21:07 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 20 Apr 2000 21:07:39 +0000 (21:07 +0000)
main/fopen_wrappers.c

index a3473be22722ac7b762d980015c7e41818257a87..47f85ff1b7a0c4369223b59076fc7ff6c9ec3c52 100644 (file)
@@ -989,7 +989,7 @@ PHPAPI char *expand_filepath(char *filepath)
        char cwd[MAXPATHLEN+1];
        char *result;
 
-       result = getcwd(cwd, MAXPATHLEN);       
+       result = V_GETCWD(cwd, MAXPATHLEN);     
        if (!result) {
                cwd[0] = '\0';
        }