Skip to content

Commit

Permalink
Merge pull request #2514 from dscho/fscache-and-long-paths
Browse files Browse the repository at this point in the history
Fix a regression in the cooperation between FSCache and long paths
  • Loading branch information
dscho authored Feb 10, 2020
2 parents 04f29d8 + 0058ac0 commit 2c4b5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat/win32/fscache.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ struct fsentry {

struct heap_fsentry {
struct fsentry ent;
char dummy[MAX_PATH];
char dummy[MAX_LONG_PATH];
};

/*
Expand Down

0 comments on commit 2c4b5e4

Please sign in to comment.