2
0
Michael VAN CANNEYT 2 жил өмнө
parent
commit
59016499dc
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  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] }