CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/04/22 15:42:08
Modified files:
usr.bin/mandoc : mdoc.c
Log message:
Fix a segfault reported by nicm@, introduced in rev. 1.38.
When finding a blank line, trying to parse it is a bad idea.
Instead, after adding .Pp to the AST, just return from parsetext().
