Skip to content

v1.0.1

Latest

Choose a tag to compare

@attipaci attipaci released this 23 Jun 19:07
· 3 commits to main since this release
d3a00d0

Maintenance release.

Fixed

  • Fixed inverted parse of use_hyper_tables boolean 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 of sprintf() when possible.

  • Use strtok_r() consistently.