Fixed gcc compile warnings.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@82 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-02-08 19:39:31 +00:00
parent 7c0660b4ce
commit cf0e6d25c2

View File

@@ -5648,7 +5648,7 @@ RCODE F_XMLImport::processReference(
if( puChar)
{
FLMUINT uiVal;
FLMUINT uiVal = 0;
unicodeToNumber( m_uChars, &uiVal, NULL);
*puChar = (FLMUNICODE)uiVal;