- Forgot to remove comment

This commit is contained in:
Andi Gutmans 2000-06-24 16:24:01 +00:00
parent 4b5e7d6618
commit 303dc9e96a

View 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));