]> git.saurik.com Git - wxWidgets.git/commitdiff
be x86_64-friendly
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 16 Mar 2009 17:52:46 +0000 (17:52 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 16 Mar 2009 17:52:46 +0000 (17:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/ifacecheck/src/xmlparser.cpp

index aed036afb3210e478c1141b9bbcacdf9b262d424..003eac89f1390f975a0b26e38a1aa184c2d3234d 100644 (file)
@@ -171,7 +171,7 @@ void wxArgumentType::SetDefaultValue(const wxString& defval, const wxString& def
         if (i == 0) p = &m_strDefaultValue;
         if (i == 1) p = &m_strDefaultValueForCmp;
 
-        if (*p == "0u") *p = "0";
+        if (*p == "0u" || *p == "0l") *p = "0";
 
         p->Replace("0x000000001", "1");
         p->Replace("\\000\\000\\000", "");    // fix for unicode strings: