CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/08/17 16:06:49
Modified files:
usr.bin/mandoc : term_ascii.c
Log message:
While all current callers pass valid data to ascii_hspan() only,
it's safer to assume incoming enum data might be invalid
and catch it instead of happily returning an unitialized int.
No functional change right now.
