소스 검색

* 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