Fixed Solaris compiler warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@520 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -1126,7 +1126,7 @@ FLMBYTE FLMAPI f_getBase24DigitChar(
|
||||
|
||||
if( ucValue <= 9)
|
||||
{
|
||||
ucValue += (FLMUINT) NATIVE_ZERO;
|
||||
ucValue += NATIVE_ZERO;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user