correctly wrap macros with { }
This commit is contained in:
parent
cb3a3b2a12
commit
ef56905cb0
@ -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