Selaa lähdekoodia

* fix *BSD for unicode.

git-svn-id: branches/unicode@24792 -
marco 12 vuotta sitten
vanhempi
commit
acc1c6e36d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      rtl/bsd/system.pp

+ 1 - 1
rtl/bsd/system.pp

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