https://bugs.documentfoundation.org/show_bug.cgi?id=163818

--- Comment #8 from [email protected] ---
I am still investigating the fault in minizip-ng

In the meantime, I have a workaround. Instead of using 

mz_zip_writer_copy_from_reader()

Use

mz_zip_reader_entry_open(), mz_zip_reader_entry_read(), 
mz_zip_writer_entry_open(with basic mz_zip_file struct entries, instead of
using mz_zip_reader_entry_get_info)
mz_zip_writer_entry_write(), mz_zip_writer_entry_close()

This now opens up correctly in LibreOffice.

It looks like the issue is with minizip

Thanks for your assistance.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to