Ver código fonte

* string -> shortstring

Michael VAN CANNEYT 2 anos atrás
pai
commit
aa3a5f8324
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      rtl/aix/system.pp

+ 3 - 3
rtl/aix/system.pp

@@ -76,10 +76,10 @@ Begin
 end;
 
 
-function paramstr(l: longint) : string;
+function paramstr(l: longint) : shortstring;
  var
-  s: string;
-  s1: string;
+  s: shortstring;
+  s1: shortstring;
  begin
    { stricly conforming POSIX applications  }
    { have the executing filename as argv[0] }