From 41eabf6ac74a7c0e81912742764ebea3d0e1fe07 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Sun, 21 Apr 2019 20:09:56 +0200 Subject: He made cc4group lazy and he saw that it was good --- examples/c4copy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/c4copy.c') 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)); -- cgit v1.2.3-54-g00ecf