Applied a few patches,
Put some life into iODBC again, git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -366,7 +366,7 @@ bool wxBMPHandler::LoadFile( wxImage *image, wxInputStream& stream, bool WXUNUSE
|
||||
ptr[poffset] = temp;
|
||||
temp = (aWord & gmask) >> gshift;
|
||||
ptr[poffset + 1] = temp;
|
||||
temp = (aWord & bmask) >> gshift;
|
||||
temp = (aWord & bmask) >> bshift;
|
||||
ptr[poffset + 2] = temp;
|
||||
column++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user