Eliminate warning if virtual cwd is specified

This commit is contained in:
Sam Ruby 2000-04-11 00:30:33 +00:00
parent 8ec20a16ed
commit 93f9fc77ad

View File

@ -326,7 +326,9 @@ JNIEXPORT void JNICALL Java_net_php_servlet_send
{
zend_file_handle file_handle;
#ifndef VIRTUAL_DIR
char cwd[MAXPATHLEN+1];
#endif
SLS_FETCH();
PLS_FETCH();
CLS_FETCH();