From 4ba42d7fe8eb1b10c8b10c545a33c0ec981dcf7e Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Sat, 31 Aug 2019 13:52:46 +0200 Subject: Make c4touch non-lazy. it has to read everything anyway --- examples/c4touch.c | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3-54-g00ecf