From: Felipe Pena Date: Tue, 7 Jul 2009 00:00:27 +0000 (+0000) Subject: - Fixed compiler warning X-Git-Tag: php-5.4.0alpha1~191^2~3153 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81de4ca9998df92384abe11ee9238d76c4e6510e;p=php - Fixed compiler warning --- diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c index 2d1eb36757..c124e3bb8c 100644 --- a/TSRM/tsrm_virtual_cwd.c +++ b/TSRM/tsrm_virtual_cwd.c @@ -564,13 +564,13 @@ static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, i #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) {