Преглед изворни кода

* 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;