]> Kevux Git Server - fll/commit
Bugfix: If the first character has a width greater than one then F_utf_fragment is...
authorKevin Day <kevin@kevux.org>
Fri, 1 Mar 2024 05:03:54 +0000 (23:03 -0600)
committerKevin Day <kevin@kevux.org>
Fri, 1 Mar 2024 05:04:28 +0000 (23:04 -0600)
commitdc61c506153942c56bf433030339a9a9be20f22e
tree9888706be34a3f721821280e6e111992e4fb2ab9
parentb4072c57e1260bb1bc17416dff383f9310fb0c4a
Bugfix: If the first character has a width greater than one then F_utf_fragment is incorrectly returned when using quotes.

A F_utf_fragment is incorrectly when writing a string that would use quotes and that first character has a width greater than one.

The code is incrementing the string by 1.
This should instead be incrementing by the character width.
The loop itself should increment by the character width as well.

This bug has been exposed by unit tests from the 0.7 development branch.
level_1/fl_fss/c/private-fss.c