mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 16:50:19 +02:00
* Fix rangecheck problem, IDE now starts up after being compiled with -CROriot
git-svn-id: trunk@12130 -
This commit is contained in:
parent
a472967423
commit
77de2ff338
@ -233,7 +233,8 @@ function strtopalette(S: string): string;
|
|||||||
{Converts a string in palette string format, i.e #$41#$42#$43 or
|
{Converts a string in palette string format, i.e #$41#$42#$43 or
|
||||||
#65#66#67 to an actual format.}
|
#65#66#67 to an actual format.}
|
||||||
|
|
||||||
var i,p,x,len:byte;
|
var i: integer;
|
||||||
|
p,x,len:byte;
|
||||||
code:integer;
|
code:integer;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user