Skip to content

Fix handling of string when packing

Samuel GAIST requested to merge fix_baseformat_string_packing into master

The size used for packing the string was wrong because it used the original string lenght rather than the encoded.

Merge request reports