1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

correctly wrap macros with { }

This commit is contained in:
Alexey Zelkin 2001-09-06 09:26:28 +00:00
parent 131ee164c7
commit f6a9e03fe5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83139

View File

@ -297,10 +297,11 @@ strfmon(s, maxsize, format, va_alist)
PRINT(' ');
if (sign_posn == 0) {
if (flags & IS_NEGATIVE)
if (flags & IS_NEGATIVE) {
PRINT('(');
else
} else {
PRINT(' ');
}
}
if (cs_precedes == 1) {