summaryrefslogtreecommitdiff
path: root/examples/filetree.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/filetree.c')
-rw-r--r--examples/filetree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/filetree.c b/examples/filetree.c
index 234d093..e1f2e4e 100644
--- a/examples/filetree.c
+++ b/examples/filetree.c
@@ -147,7 +147,7 @@ int main (int argc, char **argv)
/* Loop over storages */
for (storage = device->storage; storage != 0; storage = storage->next) {
fprintf(stdout, "Storage: %s\n", storage->StorageDescription);
- recursive_file_tree(device, storage, 0, 0);
+ recursive_file_tree(device, storage, 0xffffffff, 0);
}
bailout: