tony2001                Thu Jul 19 10:03:17 2007 UTC

  Modified files:              
    /php-src/main       fopen_wrappers.c 
  Log:
  use constant
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?r1=1.195&r2=1.196&diff_format=u
Index: php-src/main/fopen_wrappers.c
diff -u php-src/main/fopen_wrappers.c:1.195 php-src/main/fopen_wrappers.c:1.196
--- php-src/main/fopen_wrappers.c:1.195 Tue Jul 10 13:21:30 2007
+++ php-src/main/fopen_wrappers.c       Thu Jul 19 10:03:17 2007
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: fopen_wrappers.c,v 1.195 2007/07/10 13:21:30 dmitry Exp $ */
+/* $Id: fopen_wrappers.c,v 1.196 2007/07/19 10:03:17 tony2001 Exp $ */
 
 /* {{{ includes
  */
@@ -593,7 +593,7 @@
        new_state.cwd = strdup(cwd);
        new_state.cwd_length = strlen(cwd);
 
-       if(virtual_file_ex(&new_state, filepath, NULL, 1)) {
+       if(virtual_file_ex(&new_state, filepath, NULL, CWD_FILEPATH)) {
                free(new_state.cwd);
                return NULL;
        }

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to