Various fixes for various compilers...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -366,7 +366,7 @@ TAG_HANDLER_BEGIN(IMG, "IMG,MAP,AREA")
|
||||
}
|
||||
if (tag.HasParam("USEMAP")) {
|
||||
mn = tag.GetParam( "USEMAP" );
|
||||
if (mn[ 0 ] == '#') {
|
||||
if (mn[ (unsigned int) 0 ] == '#') {
|
||||
mn = mn.Mid( 1 );
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user