Skip to content

Commit 3a48ced

Browse files
ViliusSGit for Windows Build Agent
authored and
Git for Windows Build Agent
committed
mingw: increase interpreter path length even further
This makes parse_interpreter() inline with what lookup_prog() handles. Signed-off-by: Vilius Šumskas <[email protected]>
1 parent a2842f6 commit 3a48ced

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
@@ -1483,7 +1483,7 @@ static const char *quote_arg_msys2(const char *arg)
14831483

14841484
static const char *parse_interpreter(const char *cmd)
14851485
{
1486-
static char buf[248];
1486+
static char buf[MAX_PATH];
14871487
char *p, *opt;
14881488
int n, fd;
14891489

0 commit comments

Comments
 (0)