summaryrefslogtreecommitdiffstats
path: root/examples/c4copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/c4copy.c')
-rw-r--r--examples/c4copy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/c4copy.c b/examples/c4copy.c
index 35e201b..3c0d092 100644
--- a/examples/c4copy.c
+++ b/examples/c4copy.c
@@ -14,6 +14,7 @@ int main(int argc, char* argv[])
bool success = true;
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));