]> granicus.if.org Git - php/commitdiff
- Forgot to remove comment
authorAndi Gutmans <andi@php.net>
Sat, 24 Jun 2000 16:24:01 +0000 (16:24 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 24 Jun 2000 16:24:01 +0000 (16:24 +0000)
main/php_virtual_cwd.c

index abf0c2037b2e64d656a5f6125bb98482fc0fe1a8..ea2f09fda5a4a30d95cf036684ae9e1703cd1bc6 100644 (file)
@@ -164,7 +164,7 @@ static void cwd_globals_dtor(zend_cwd_globals *cwd_globals)
 
 CWD_API void virtual_cwd_startup(void)
 {
-       char cwd[MAXPATHLEN]; /* Should probably use system define here */
+       char cwd[MAXPATHLEN];
        char *result;
 
        result = getcwd(cwd, sizeof(cwd));