diff options
| -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)) { |
