summaryrefslogtreecommitdiffstats
path: root/examples/unc4group.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/unc4group.c')
-rw-r--r--examples/unc4group.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/unc4group.c b/examples/unc4group.c
index 8d08eb3..ae6aaeb 100644
--- a/examples/unc4group.c
+++ b/examples/unc4group.c
@@ -12,6 +12,7 @@ int main(int argc, char* argv[])
}
CC4Group* group = cc4group.new();
+ cc4group.setLazy(group, false);
if(!cc4group.openExisting(group, argv[1]))
{
fprintf(stderr, "ERROR: Can not open group file \"%s\": %s\n", argv[1], cc4group.getErrorMessage(group));