浏览代码

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

git-svn-id: trunk@12130 -
marco 17 年之前
父节点
当前提交
77de2ff338
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      ide/fpini.pas

+ 2 - 1
ide/fpini.pas

@@ -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