From e14ffcf8e092758bc21d0d5c795b58ea0b1773f2 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 21 Aug 2019 12:23:01 +0200 Subject: Merge functionality of file on disk and file in sqfs compare functions Moving towards unified sqfs vs sqfs, sqfs vs dir, dir vs sqfs comparisions. Signed-off-by: David Oberhollenzer --- difftool/sqfsdiff.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'difftool/sqfsdiff.c') diff --git a/difftool/sqfsdiff.c b/difftool/sqfsdiff.c index baebc25..9197430 100644 --- a/difftool/sqfsdiff.c +++ b/difftool/sqfsdiff.c @@ -65,6 +65,8 @@ const char *first_path; const char *second_path; sqfs_reader_t sqfs_a; sqfs_reader_t sqfs_b; +bool a_is_dir; +bool b_is_dir; static bool compare_super = false; static const char *extract_dir; -- cgit v1.2.3