diff options
Diffstat (limited to 'examples/c4ls_asChild.c')
| -rw-r--r-- | examples/c4ls_asChild.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/c4ls_asChild.c b/examples/c4ls_asChild.c index 8a9d00b..4aef787 100644 --- a/examples/c4ls_asChild.c +++ b/examples/c4ls_asChild.c @@ -55,6 +55,7 @@ int main(int argc, char* argv[]) } CC4Group* group = cc4group.new(); + cc4group.setLazy(group, false); bool success = cc4group.openExisting(group, argv[1]); if(!success) { @@ -76,7 +77,7 @@ int main(int argc, char* argv[]) CC4Group_EntryInfo* infos; size_t entries; - success = cc4group.getEntryInfos(child, NULL, &infos, &entries); + success = cc4group.getEntryInfos(child, NULL, &infos, &entries, false); if(!success) { |
