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:
ahodgkinson
2006-06-06 19:00:33 +00:00
parent 9d36b441c6
commit 91641a17b1

View File

@@ -1126,7 +1126,7 @@ FLMBYTE FLMAPI f_getBase24DigitChar(
if( ucValue <= 9)
{
ucValue += (FLMUINT) NATIVE_ZERO;
ucValue += NATIVE_ZERO;
}
else
{