diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-06-26 07:25:38 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-06-26 07:25:38 +0000 |
| commit | fd9f38ea42b04d23203c1d407d8c6f19d673264b (patch) | |
| tree | 5fd137e3b722ac2a13ab49b0b54dab3c3f8fa1fd /src/fetch_git.c | |
| parent | 13ba408ef3316958b7cf9d5c1cdd3c222b1425ad (diff) | |
fixed false positives on lua return values
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"; |
