diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2019-04-21 20:09:56 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2019-04-21 20:13:18 +0200 |
| commit | 41eabf6ac74a7c0e81912742764ebea3d0e1fe07 (patch) | |
| tree | d68a7cba942e3eeecde633f2d2b2cc31ffca661c /examples/unc4group.c | |
| parent | 69c6e8b4d300f99a31dcb4491557ffa2452bc243 (diff) | |
| download | cc4group-41eabf6ac74a7c0e81912742764ebea3d0e1fe07.tar.gz cc4group-41eabf6ac74a7c0e81912742764ebea3d0e1fe07.zip | |
He made cc4group lazy and he saw that it was good
Diffstat (limited to 'examples/unc4group.c')
| -rw-r--r-- | examples/unc4group.c | 1 |
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)); |
