diff options
Diffstat (limited to 'src/fetch_git.c')
| -rw-r--r-- | src/fetch_git.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fetch_git.c b/src/fetch_git.c index d7d1741..f47b881 100644 --- a/src/fetch_git.c +++ b/src/fetch_git.c @@ -18,7 +18,7 @@ int fetch_git(Pkg pkg) { close(nullfd); } } - const char *argv[8]; + const char *argv[10]; int i = 0; argv[i++] = "git"; argv[i++] = "-c"; |
