diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2020-04-23 00:17:59 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2020-04-23 00:17:59 +0200 |
| commit | 048d5f65e487ae1def7f5abe62a773f8bd990c13 (patch) | |
| tree | e1729115b0724d1def044fb114177cd4fa917f1f | |
| parent | c07d040476ad052aa1961f1029082ad0f7b76039 (diff) | |
| download | cc4group-048d5f65e487ae1def7f5abe62a773f8bd990c13.tar.gz cc4group-048d5f65e487ae1def7f5abe62a773f8bd990c13.zip | |
Respect lazy setting when using openAsChild for openening subgroups
| -rw-r--r-- | src/cc4group.c | 1 |
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)) { |
