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 c272b74..08fc342 100644 --- a/src/index.c +++ b/src/index.c @@ -44,7 +44,7 @@ static int index_main(void *ctx, int argc, char **argv) struct apk_ostream *os; int total, i; - apk_db_open(&db, NULL); + apk_db_open(&db, NULL, APK_OPENF_READ); for (i = 0; i < argc; i++) apk_db_pkg_add_file(&db, argv[i]); |