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/unc4group.c | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/unc4group.c') 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)); -- cgit v1.2.3-54-g00ecf