diff options
Diffstat (limited to 'examples/c4touch.c')
| -rw-r--r-- | examples/c4touch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/c4touch.c b/examples/c4touch.c index 3410e55..40312c6 100644 --- a/examples/c4touch.c +++ b/examples/c4touch.c @@ -14,6 +14,7 @@ int main(int argc, char* argv[]) } CC4Group* group = cc4group.new(); + cc4group.setLazy(group, false); bool success, exists; struct stat st; if(stat(argv[1], &st) == 0) |
