cvs: TSRM(PHP_5_3) / tsrm_virtual_cwd.c
[email protected] ("Felipe Pena") Tue, 07 Jul 2009 00:02:34 -0000
| Newsgroups | php.zend-engine.cvs |
|---|---|
| Message-ID | <cvsfelipe1246924954@cvsserver> |
felipe Tue Jul 7 00:02:34 2009 UTC
Modified files: (Branch: PHP_5_3)
/TSRM tsrm_virtual_cwd.c
Log:
- MFH: Fixed compiler warning
http://cvs.php.net/viewvc.cgi/TSRM/tsrm_virtual_cwd.c?r1=1.74.2.9.2.35.2.23&r2=1.74.2.9.2.35.2.24&diff_format=u
Index: TSRM/tsrm_virtual_cwd.c
diff -u TSRM/tsrm_virtual_cwd.c:1.74.2.9.2.35.2.23 TSRM/tsrm_virtual_cwd.c:1.74.2.9.2.35.2.24
--- TSRM/tsrm_virtual_cwd.c:1.74.2.9.2.35.2.23 Mon Jul 6 08:56:22 2009
+++ TSRM/tsrm_virtual_cwd.c Tue Jul 7 00:02:34 2009
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: tsrm_virtual_cwd.c,v 1.74.2.9.2.35.2.23 2009/07/06 08:56:22 pajoye Exp $ */
+/* $Id: tsrm_virtual_cwd.c,v 1.74.2.9.2.35.2.24 2009/07/07 00:02:34 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) {