mbbsemu / MBBSEmu

The MajorBBS Emulation Project is an Open Source, Cross-Platform emulator for easily running The MajorBBS & Worldgroup Modules
https://www.mbbsemu.com
MIT License
134 stars 13 forks source link

Remove the EZPZ truncation #532

Closed synacktic closed 2 years ago

synacktic commented 2 years ago

We are truncating instead of just padding. Let's cut that crap out, or stop cutting that crap out.. whatever.

Proofish: https://www.tutorialspoint.com/c_standard_library/c_function_printf.htm

Fixes: https://github.com/mbbsemu/MBBSEmu/issues/498

paladine commented 2 years ago

Please add unit tests :)

synacktic commented 2 years ago

@paladine added a couple super exciting tests.