New class FOptiAttr to control video attributes and colors

This commit is contained in:
Markus Gans 2016-01-08 01:10:32 +01:00
parent 49629a995a
commit 978f14bbf8
1 changed files with 1 additions and 1 deletions

View File

@ -1927,7 +1927,7 @@ inline uInt FTerm::charEncode (uInt c)
//----------------------------------------------------------------------
uInt FTerm::charEncode (uInt c, fc::encoding enc)
{
for (uInt i=0; i<=lastCharItem; i++)
for (uInt i=0; i <= uInt(lastCharItem); i++)
{
if ( character[i][0] == c )
{