]> Kevux Git Server - fll/commit
Bugfix: Non-debug mode error printing prints incorrectly.
authorKevin Day <Kevin@kevux.org>
Sat, 10 Jan 2026 22:44:03 +0000 (16:44 -0600)
committerKevin Day <Kevin@kevux.org>
Sat, 10 Jan 2026 22:44:03 +0000 (16:44 -0600)
commit7942947dd9f3a3b6d6df205269cd8fb7866d557b
treed5463648a6a084dd8323444122f0a094acab3c4a
parentb2471c7a8e13a054dc2f42a8efe27d8784d5c402
Bugfix: Non-debug mode error printing prints incorrectly.

A character is incorrectly printed when debug mode is disabled.

If the first character in the debug string is NULL, then do not print the wrapping parenthesis.
level_2/fll_error/c/private-error.c