X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/01325161d50f20b8c894397a6a70f9d788576343..1aaef6141668b72b948b9a14ff9afbc7b352ac5c:/src/html/m_image.cpp diff --git a/src/html/m_image.cpp b/src/html/m_image.cpp index 3d1f375088..bec8f9064d 100644 --- a/src/html/m_image.cpp +++ b/src/html/m_image.cpp @@ -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 ); } }