diff options
Diffstat (limited to 'src/manifest.c')
-rw-r--r-- | src/manifest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manifest.c b/src/manifest.c index 7d20aa2..adabe61 100644 --- a/src/manifest.c +++ b/src/manifest.c @@ -99,7 +99,7 @@ static void process_file(struct apk_database *db, const char *match) return; } - (void) apk_tar_parse(is, read_file_entry, &ctx, FALSE, &db->id_cache); + (void) apk_tar_parse(is, read_file_entry, &ctx, &db->id_cache); apk_istream_close(is); } |