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 committed Apr 12, 2021
2 parents 9f6601e + b512e4a commit 912ab6a
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 912ab6a

Please sign in to comment.