Patch level :10.0

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :corretti warning


git-svn-id: svn://10.65.10.50/trunk@16572 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2008-05-06 09:32:36 +00:00
parent d0a2f8e2ec
commit ef710f89df

View File

@ -311,7 +311,7 @@ int TXmlItem::ReadTag(wxInputStream& inf)
break;
// Leggo il valore dell'attributo
str = GetWord(inf);
const int len = str.Len();
const size_t len = str.Len();
if (len >= 2 && (str[0] == '"' || str[0] == '\'') && str[len-1] == str[0])
{
str = str.Mid(1, len - 2);