]> Kevux Git Server - fll/commit
Bugfix: The Byte Dump program prints extra new lines.
authorKevin Day <kevin@kevux.org>
Tue, 1 Aug 2023 01:57:54 +0000 (20:57 -0500)
committerKevin Day <kevin@kevux.org>
Tue, 1 Aug 2023 02:01:14 +0000 (21:01 -0500)
commitd53dbc8350cefa089cc4d16ada7f50bc1dec02da
tree98b60d7e5e7c652e6470e27c780817b70969d55c
parent3be5d357d7eede6085ffc474a772fd9dcd0703cc
Bugfix: The Byte Dump program prints extra new lines.

Migrating from the old way to the new way results in extra new lines because of the first and last new line being printed.
Remove the extra new line being printed but still print in all other cases.
level_3/byte_dump/c/main/byte_dump.c
level_3/byte_dump/c/main/print/data.c
level_3/byte_dump/c/main/print/error.c
level_3/byte_dump/c/main/process.c