]> git.draconx.ca Git - cdecl99.git/commit
cdecl99: Fix some improper error message formatting.
authorNick Bowler <nbowler@draconx.ca>
Thu, 25 May 2023 23:38:59 +0000 (19:38 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 25 May 2023 23:38:59 +0000 (19:38 -0400)
commit4ce4dd35946ea92c7f50aaaf4cc370ef6042eaf0
tree40092a5233cd170034e6c04008ce2fd18cae6e10
parentf0c1e306132c731c95969b6ef653101702d0678f
cdecl99: Fix some improper error message formatting.

Errors opening the file specified by a --file option are printed with
two newlines, and errors generated by actual commands are not properly
prefixed with the program name.

Add test cases to catch these specific problems and fix them.
Makefile.am
src/cdecl99.c
src/commands.c
tests/general.at