* Fix rangecheck problem, IDE now starts up after being compiled with -CROriot

git-svn-id: trunk@12130 -
This commit is contained in:
marco 2008-11-16 19:56:22 +00:00
parent a472967423
commit 77de2ff338

View File

@ -233,7 +233,8 @@ function strtopalette(S: string): string;
{Converts a string in palette string format, i.e #$41#$42#$43 or
#65#66#67 to an actual format.}
var i,p,x,len:byte;
var i: integer;
p,x,len:byte;
code:integer;
begin