]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_image.cpp
new wxMenu(Bar) dynamic menu(bar) management functions documented
[wxWidgets.git] / src / html / m_image.cpp
index 3d1f375088b775fc02ffce890f5940b62deed3b5..bec8f9064dd690dd4ff71d3f1e030952fa1ae0dd 100644 (file)
@@ -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 );
                     }
                 }