diff --git a/flaim/src/fxml.cpp b/flaim/src/fxml.cpp index df48771..a419ebe 100644 --- a/flaim/src/fxml.cpp +++ b/flaim/src/fxml.cpp @@ -5648,7 +5648,7 @@ RCODE F_XMLImport::processReference( if( puChar) { - FLMUINT uiVal; + FLMUINT uiVal = 0; unicodeToNumber( m_uChars, &uiVal, NULL); *puChar = (FLMUNICODE)uiVal;