Added FTX.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@364 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -486,7 +486,7 @@ void F_XML::setCharFlag(
|
||||
{
|
||||
FLMUINT uiLoop;
|
||||
|
||||
flmAssert( uLowChar <= uHighChar);
|
||||
f_assert( uLowChar <= uHighChar);
|
||||
|
||||
for( uiLoop = (FLMUINT)uLowChar; uiLoop <= (FLMUINT)uHighChar; uiLoop++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user