Misc. bug fixes in the FLAIM utilities.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@551 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -197,7 +197,7 @@ RCODE F_SuperFileHdl::readBlock(
|
||||
IF_FileHdl * pFileHdl = NULL;
|
||||
RCODE rc = NE_FLM_OK;
|
||||
|
||||
flmAssert( m_bSetupCalled && m_uiDbVersion);
|
||||
flmAssert( m_bSetupCalled);
|
||||
|
||||
if( RC_BAD( rc = getFileHdl(
|
||||
FSGetFileNumber( uiBlkAddress), FALSE, &pFileHdl)))
|
||||
@@ -234,7 +234,7 @@ RCODE F_SuperFileHdl::writeBlock(
|
||||
IF_FileHdl * pFileHdl = NULL;
|
||||
RCODE rc = NE_FLM_OK;
|
||||
|
||||
flmAssert( m_bSetupCalled && m_uiDbVersion);
|
||||
flmAssert( m_bSetupCalled);
|
||||
|
||||
Get_Handle:
|
||||
if( RC_BAD( rc = getFileHdl(
|
||||
|
||||
Reference in New Issue
Block a user