* Typo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -96,7 +96,7 @@ void ConvertToIeeeExtended(double num, unsigned char *bytes)
|
||||
bytes[6] = (unsigned char) ((loMant >> 24) & 0xff);
|
||||
bytes[7] = (unsigned char) ((loMant >> 16) & 0xff);
|
||||
bytes[8] = (unsigned char) ((loMant >> 8) & 0xff);
|
||||
bytes[9] = (unsigned char) (loMant & 0xff;
|
||||
bytes[9] = (unsigned char) (loMant & 0xff);
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(default: 4244)
|
||||
|
Reference in New Issue
Block a user