Skip to content

Commit eb67ea0

Browse files
committed
Merge pull request #3166 from ViliusS/increase-interpreter-path-length
mingw: increase interpreter path length even further
2 parents dcd423b + 57fb01b commit eb67ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/mingw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,7 @@ static const char *quote_arg_msys2(const char *arg)
14811481

14821482
static const char *parse_interpreter(const char *cmd)
14831483
{
1484-
static char buf[248];
1484+
static char buf[MAX_PATH];
14851485
char *p, *opt;
14861486
int n, fd;
14871487

0 commit comments

Comments
 (0)