cvs: TSRM / tsrm_virtual_cwd.c
felipe Tue Jul 7 00:00:28 2009 UTC
Modified files:
/TSRM tsrm_virtual_cwd.c
Log:
- Fixed compiler warning
http://cvs.php.net/viewvc.cgi/TSRM/tsrm_virtual_cwd.c?r1=1.137&r2=1.138&diff_format=u
Index: TSRM/tsrm_virtual_cwd.c
diff -u TSRM/tsrm_virtual_cwd.c:1.137 TSRM/tsrm_virtual_cwd.c:1.138
--- TSRM/tsrm_virtual_cwd.c:1.137 Mon Jul 6 08:55:08 2009
+++ TSRM/tsrm_virtual_cwd.c Tue Jul 7 00:00:27 2009
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: tsrm_virtual_cwd.c,v 1.137 2009/07/06 08:55:08 pajoye Exp $ */
+/* $Id: tsrm_virtual_cwd.c,v 1.138 2009/07/07 00:00:27 felipe Exp $ */
#include <sys/types.h>
#include <sys/stat.h>
@@ -564,13 +564,13 @@
#ifdef TSRM_WIN32
WIN32_FIND_DATA data;
HANDLE hFind;
+ TSRM_ALLOCA_FLAG(use_heap_large)
#else
struct stat st;
#endif
realpath_cache_bucket *bucket;
char *tmp;
TSRM_ALLOCA_FLAG(use_heap)
- TSRM_ALLOCA_FLAG(use_heap_large)
while (1) {
if (len <= start) {
Thread (1 message)
- Felipe Pena