]> Kevux Git Server - fll/commit
Regression: Previous byte_dump cleanup resulted in an extra space for one character.
authorKevin Day <thekevinday@gmail.com>
Mon, 15 Nov 2021 23:34:06 +0000 (17:34 -0600)
committerKevin Day <thekevinday@gmail.com>
Mon, 15 Nov 2021 23:34:06 +0000 (17:34 -0600)
commit1f6b67f33d47dd0416564fdad5cffb912f1b8799
tree18470aa20319a421ca301f38ddd3afb6990dc710
parenta49321746efc515a79e27f2ef08657098576411d
Regression: Previous byte_dump cleanup resulted in an extra space for one character.

The character 0xd89d is being handled in a special case.
This is previous code that is now identifiable as removable.
Stop handling this as a special case, avoiding the need to print extra spaces.
level_3/byte_dump/c/private-byte_dump.c