diff options
Diffstat (limited to 'src/index.c')
-rw-r--r-- | src/index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.c b/src/index.c index fbf1bcb..d485afd 100644 --- a/src/index.c +++ b/src/index.c @@ -169,7 +169,7 @@ static int index_main(void *ctx, struct apk_database *db, int argc, char **argv) } if (ictx->output != NULL) - os = apk_ostream_to_file(AT_FDCWD, ictx->output, 0644); + os = apk_ostream_to_file(AT_FDCWD, ictx->output, NULL, 0644); else os = apk_ostream_to_fd(STDOUT_FILENO); if (ictx->method == APK_SIGN_GENERATE) { |