From 048d5f65e487ae1def7f5abe62a773f8bd990c13 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Thu, 23 Apr 2020 00:17:59 +0200 Subject: Respect lazy setting when using openAsChild for openening subgroups --- src/cc4group.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/cc4group.c b/src/cc4group.c index a92b2b9..f9bbbd0 100644 --- a/src/cc4group.c +++ b/src/cc4group.c @@ -1130,6 +1130,7 @@ static bool cc4group_uncompressGroupFromFile(CC4Group* const this, const char* c SET_ERRNO_ERROR("malloc: allocating the parent group"); goto ret; } + cc4group.setLazy(parent, this->lazy); if(!cc4group.openExisting(parent, tmpPath)) { -- cgit v1.2.3-54-g00ecf