Skip to content

Commit

Permalink
Merge pull request #3166 from ViliusS/increase-interpreter-path-length
Browse files Browse the repository at this point in the history
mingw: increase interpreter path length even further
  • Loading branch information
dscho authored and Git for Windows Build Agent committed Apr 6, 2021
2 parents 012be47 + 8dc8ba0 commit 782f015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat/mingw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,7 @@ static const char *quote_arg_msys2(const char *arg)

static const char *parse_interpreter(const char *cmd)
{
static char buf[248];
static char buf[MAX_PATH];
char *p, *opt;
int n, fd;

Expand Down

0 comments on commit 782f015

Please sign in to comment.