summaryrefslogtreecommitdiffstats
path: root/src/cc4group.c
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2020-04-23 00:17:59 +0200
committerMarkus Mittendrein <git@maxmitti.tk>2020-04-23 00:17:59 +0200
commit048d5f65e487ae1def7f5abe62a773f8bd990c13 (patch)
treee1729115b0724d1def044fb114177cd4fa917f1f /src/cc4group.c
parentc07d040476ad052aa1961f1029082ad0f7b76039 (diff)
downloadcc4group-048d5f65e487ae1def7f5abe62a773f8bd990c13.tar.gz
cc4group-048d5f65e487ae1def7f5abe62a773f8bd990c13.zip
Respect lazy setting when using openAsChild for openening subgroups
Diffstat (limited to 'src/cc4group.c')
-rw-r--r--src/cc4group.c1
1 files changed, 1 insertions, 0 deletions
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))
{