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:
parent
131ee164c7
commit
f6a9e03fe5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83139
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user