Don't lose base thumbnail when converting from zip.xml

This commit is contained in:
baldurk
2019-01-03 12:15:25 +00:00
parent f543f02998
commit 1aa1abdf45
+5
View File
@@ -911,6 +911,11 @@ static bool ZIP2Buffers(const std::string &filename, ThumbTypeAndData &thumb,
extThumb.format = type;
extThumb.data.assign(buf, sz);
}
else
{
thumb.format = type;
thumb.data.assign(buf, sz);
}
}
else
{