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 May 5, 2021
2 parents 9807f95 + cefceea commit efdf3e0
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 @@ -1483,7 +1483,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 efdf3e0

Please sign in to comment.