diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-17 22:57:11 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-17 22:57:11 -0500 |
commit | de285b51e9959f78556c77bdc95080d60e76e612 (patch) | |
tree | 7dfa24c7335dc8cd6183cf2426ebf2b23ae14760 | |
parent | 6a1e3a32397c313c46370f0bbff7da5801fa3b7b (diff) | |
download | uxd-de285b51e9959f78556c77bdc95080d60e76e612.tar.gz |
fix byte count for missing continuation bytes.
-rw-r--r-- | uxd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -644,6 +644,7 @@ int dump_utf8_char(void) { cont_count = i; bad = 1; push_back_byte(cb); + byte_count--; break; } } |