Skip to content

Commit

Permalink
- MFH: Fixed compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Jul 7, 2009
1 parent 387fbb2 commit 44bf860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TSRM/tsrm_virtual_cwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 44bf860

Please sign in to comment.