From b4c822960aaf5b4349895cc480e959b502f6855e Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 20 Jan 2020 21:29:17 +0100 Subject: Add a flag field to the id table create function Just to be safe in case there needs to be an extension in the future. Signed-off-by: David Oberhollenzer --- extras/browse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/browse.c') diff --git a/extras/browse.c b/extras/browse.c index 6992a4b..49ddb7e 100644 --- a/extras/browse.c +++ b/extras/browse.c @@ -519,7 +519,7 @@ int main(int argc, char **argv) } /* Create and read the UID/GID mapping table */ - idtbl = sqfs_id_table_create(); + idtbl = sqfs_id_table_create(0); if (idtbl == NULL) { fputs("Error creating ID table.\n", stderr); goto out_cmp; -- cgit v1.2.3