Explorar o código

* reverted, will apply it in trunk and merge

git-svn-id: branches/fixes_2_0@1370 -
florian %!s(int64=20) %!d(string=hai) anos
pai
achega
956d90c259
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;