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 --- difftool/sqfsdiff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'difftool') diff --git a/difftool/sqfsdiff.c b/difftool/sqfsdiff.c index 1c80812..58ddb4b 100644 --- a/difftool/sqfsdiff.c +++ b/difftool/sqfsdiff.c @@ -59,7 +59,7 @@ static int open_sfqs(sqfs_state_t *state, const char *path) } } - state->idtbl = sqfs_id_table_create(); + state->idtbl = sqfs_id_table_create(0); if (state->idtbl == NULL) { sqfs_perror(path, "creating ID table", SQFS_ERROR_ALLOC); goto fail_cmp; -- cgit v1.2.3