Fix an issue where the leading `+' sign before a function name was not

displayed unless color was requested.
This commit is contained in:
Devin Teske 2013-11-29 04:08:21 +00:00
parent 19107ce5e7
commit 1c707e42a9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258727

View File

@ -78,7 +78,7 @@ show_include()
substr($0, 2 + RSTART, RLENGTH),
substr($0, 2 + RSTART + RLENGTH)
else
print substr($0, 2)
print "+" substr($0, 2)
if (show_desc)
print_more = 1
else