Bug 792581 - part 4: Replace LL_GE_ZERO macro with standard relation. r=ehsan
This commit is contained in:
@@ -1020,7 +1020,7 @@ static int dosprintf(SprintfState *ss, const PRUnichar *fmt, va_list ap)
|
||||
|
||||
case TYPE_INT64:
|
||||
u.ll = va_arg(ap, int64_t);
|
||||
if (!LL_GE_ZERO(u.ll)) {
|
||||
if (u.ll < 0) {
|
||||
LL_NEG(u.ll, u.ll);
|
||||
flags |= _NEG;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user