diff options
-rw-r--r-- | src/apk.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -689,5 +689,7 @@ err: apk_string_array_free(&args); free(apk_argv); + if (r < 0) r = 250; + if (r > 99) r = 99; return r; } |
index : apk-tools | ||
Adélie Linux patches for Alpine Package Keeper (apk-tools) | root |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/apk.c | 2 |
@@ -689,5 +689,7 @@ err: apk_string_array_free(&args); free(apk_argv); + if (r < 0) r = 250; + if (r > 99) r = 99; return r; } |