Skip to content

Commit 2c4b5e4

Browse files
authored
Merge pull request #2514 from dscho/fscache-and-long-paths
Fix a regression in the cooperation between FSCache and long paths
2 parents 04f29d8 + 0058ac0 commit 2c4b5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/win32/fscache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ struct fsentry {
7373

7474
struct heap_fsentry {
7575
struct fsentry ent;
76-
char dummy[MAX_PATH];
76+
char dummy[MAX_LONG_PATH];
7777
};
7878

7979
/*

0 commit comments

Comments
 (0)