소스 검색

* reverted, will apply it in trunk and merge

git-svn-id: branches/fixes_2_0@1370 -
florian 20 년 전
부모
커밋
956d90c259
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/tbs/tb0441.pp

+ 1 - 1
tests/tbs/tb0441.pp

@@ -1,6 +1,6 @@
 {$mode fpc}
 
-operator :=(x:ShortInt)RESULT:ShortString;
+operator :=(x:LongInt)RESULT:ShortString;
   begin
     Val(RESULT,x);
   end;