Fixed compiler warning on linux.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@585 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2006-06-19 21:03:16 +00:00
parent 86ad415772
commit 15aee67ddf

View File

@@ -604,7 +604,7 @@ RCODE F_FileHdl::doOneRead(
{
RCODE rc = NE_FLM_OK;
FLMINT iTmp;
FLMUINT uiBytesRead;
FLMUINT uiBytesRead = 0;
if( !m_bOpenedInAsyncMode)
{