https://bugs.documentfoundation.org/show_bug.cgi?id=151171
Eike Rathke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.documentfounda | |tion.org/show_bug.cgi?id=62 | |326, | |https://bugs.documentfounda | |tion.org/show_bug.cgi?id=13 | |0476 Resolution|--- |NOTABUG OS|Windows (All) |All Keywords|regression | Status|UNCONFIRMED |RESOLVED Hardware|x86-64 (AMD64) |All Version|7.4.1.2 release |6.4 all versions --- Comment #1 from Eike Rathke <[email protected]> --- Not a bug. In msgbox &hF000 the &hF000 is a 16-bit (short) integer constant where the leading high bit is a sign bit and indicates a twos complement negative number. This was fixed in 6.4.0 for bug 62326. Force a 32-bit (long) constant with &hF000& -- You are receiving this mail because: You are the assignee for the bug.
