Browse Source

* string -> shortstring

Michael VAN CANNEYT 2 years ago
parent
commit
59016499dc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      rtl/solaris/system.pp

+ 3 - 3
rtl/solaris/system.pp

@@ -103,10 +103,10 @@ end;
 var
  execpathstr : shortstring;
 
-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] }