]> git.draconx.ca Git - cdecl99.git/commitdiff
cdecl99: Better "help" output on some old systems.
authorNick Bowler <nbowler@draconx.ca>
Thu, 7 Dec 2023 02:35:26 +0000 (21:35 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 7 Dec 2023 02:35:26 +0000 (21:35 -0500)
Some very old printf implementations return 0 on success instead of the
number of bytes written.  We should never see a return of 0 normally,
so we can improve the output to be less of a garbled mess by printing
a newline if that happens (same as the error case).  This is a simple
tweak that should have virtually no impact on modern systems.


No differences found