CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/19 08:53:11
Modified files:
usr.bin/dig/lib/isc: lex.c
Log message:
Do not "fall through" to the last "else" when we parsed the character.
rev 1.9 of lex.c broke the parser by deleting an outer "if" block
when only the inner was supposed to go.
OK tb
