Maintenance release.
Fixed
-
Fixed inverted parse of
use_hyper_tablesboolean config setting. -
Storing arrays of string and character-arrays, did not advance the print position after the separator, causing the strings to be truncated early before consecutive array elements.
-
Various fixes to minor issues spotted by Copilot.
Changed
-
Use
snprintf()instead ofsprintf()when possible. -
Use
strtok_r()consistently.