]> granicus.if.org Git - php/commitdiff
- Fixed compiler warning
authorFelipe Pena <felipe@php.net>
Tue, 7 Jul 2009 00:00:27 +0000 (00:00 +0000)
committerFelipe Pena <felipe@php.net>
Tue, 7 Jul 2009 00:00:27 +0000 (00:00 +0000)
TSRM/tsrm_virtual_cwd.c

index 2d1eb36757bb25f7d4c4708733f3c9712ee6dbc1..c124e3bb8cb56caf4b5c6f08569d745dbb65bdc2 100644 (file)
@@ -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) {