Skip to content

Truncate strings

  • Strings that are over the maximum possible length now get truncated
  • Adjusted size of string arrays to be "[max character length] + 1"

Fixes #2 (closed).

Also removes MAX_IMAGE_SIZE macro definition, as it goes unused.

Edited by Superstarxalien

Merge request reports