浏览代码

Merged revisions 1371 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk

git-svn-id: branches/fixes_2_0@1372 -

florian 20 年之前
父节点
当前提交
181d082746
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/tbs/tb0441.pp

+ 1 - 1
tests/tbs/tb0441.pp

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