summaryrefslogtreecommitdiffstats
path: root/src/cc4group.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cc4group.c')
-rw-r--r--src/cc4group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cc4group.c b/src/cc4group.c
index 64c72c2..92dd784 100644
--- a/src/cc4group.c
+++ b/src/cc4group.c
@@ -2054,7 +2054,7 @@ static void cc4group_mmappedFileManagementEnd(void* const data, void* const arg)
static const uint8_t* cc4group_getOnlyEntryData(CC4Group* const this, const C4GroupEntryData* entry)
{
- if(this->lazy)
+ if(this->lazy && entry->path == NULL)
{
if(!entry->data && entry->core.Size > 0)
{