summaryrefslogtreecommitdiff
path: root/extras/browse.c
diff options
context:
space:
mode:
Diffstat (limited to 'extras/browse.c')
-rw-r--r--extras/browse.c2
1 files changed, 1 insertions, 1 deletions
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;