Kaydet (Commit) abb5d676 authored tarafından Yuri Dario's avatar Yuri Dario

i120312 - OS/2 port: workaround to invalid float operation.

üst eb34ba3c
......@@ -477,6 +477,9 @@ void NumericFormatter::ImplInit()
mnLastValue = 0;
mnMin = 0;
mnMax = 0x7FFFFFFFFFFFFFFFLL;
#ifdef OS2 // see i120312 for details.
mnMax = 0x00000000FFFFFFFFLL;
#endif
mnCorrectedValue = 0;
mnDecimalDigits = 2;
mnType = FORMAT_NUMERIC;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment