aboutsummaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
Diffstat (limited to 'extras')
-rw-r--r--extras/browse.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/browse.c b/extras/browse.c
index 2899ba5..cc31105 100644
--- a/extras/browse.c
+++ b/extras/browse.c
@@ -543,7 +543,8 @@ int main(int argc, char **argv)
}
/* create a directory reader and get the root inode */
- dr = sqfs_dir_reader_create(&super, cmp, file, 0);
+ dr = sqfs_dir_reader_create(&super, cmp, file,
+ SQFS_DIR_READER_DOT_ENTRIES);
if (dr == NULL) {
fprintf(stderr, "%s: error creating directory reader.\n",
argv[1]);