[XForms] NPOTB xforms/schemavalidation crashes when loading xml file with a float data type. Bug 478105, p=philipp r=doronr+aaronr

git-svn-id: svn://10.0.0.236/trunk@256233 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
aaronr%us.ibm.com 2009-02-16 19:00:32 +00:00
parent 221c604a05
commit b3c1842ce6

View File

@ -3070,7 +3070,8 @@ nsSchemaValidator::IsValidSchemaFloat(const nsAString & aNodeValue,
}
}
*aResult = floatValue;
if (aResult)
*aResult = floatValue;
return isValid;
}