On Mon, 24 Oct 2016 08:16:25 -0700 Evan Gates <[email protected]> wrote:
Hey Evan, > The %b case was using fputs after unescape to print the argument, > which meant that it could not handle nul bytes. Instead, store the > length returned from unescape and use fwrite to properly handle them. nice find! Applied, thanks! Cheers Laslo -- Laslo Hunhold <[email protected]>
