Skip to content

Sends the correct acbf file size when writing to disk

Before this we were sending the wrong size, which is the size of the acbfString before we convert its encoding to UTF8, to the archive to write it. So, this should fix it by sending the actual size of the UTF8 encoded char * sent to the archive.

Here are some screenshots before this modification:

acbfSizes

acbfError

acbfString

@leinir

Edited by Mahmoud Khalil

Merge request reports