Browse Source

* string -> shortstring

Michael VAN CANNEYT 2 years ago
parent
commit
21d0a2d299
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/nds/system.pp

+ 1 - 1
rtl/nds/system.pp

@@ -151,7 +151,7 @@ End;
 var
  execpathstr : shortstring;
 
-function paramstr(l: longint) : string;
+function paramstr(l: longint) : shortstring;
  begin
    { stricly conforming POSIX applications  }
    { have the executing filename as argv[0] }