Explorar o código

Update type of mem variable after DoMem change

git-svn-id: trunk@38525 -
pierre %!s(int64=7) %!d(string=hai) anos
pai
achega
1287eac54a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/webtbs/tw0630.pp

+ 1 - 1
tests/webtbs/tw0630.pp

@@ -13,7 +13,7 @@ begin
 end;
 
 var
-  mem : sizeint;
+  mem : sizeuint;
 begin
   mem:=0;
   DoMem(mem);