Explorar el Código

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

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

florian hace 20 años
padre
commit
181d082746
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;