From: Andi Gutmans Date: Sat, 24 Jun 2000 16:24:01 +0000 (+0000) Subject: - Forgot to remove comment X-Git-Tag: php-4.0.1RC~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=303dc9e96a7b3a099bc9ea5b93ef6d6103ef3a7f;p=php - Forgot to remove comment --- diff --git a/main/php_virtual_cwd.c b/main/php_virtual_cwd.c index abf0c2037b..ea2f09fda5 100644 --- a/main/php_virtual_cwd.c +++ b/main/php_virtual_cwd.c @@ -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));