mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:29:27 +02:00
* string -> shortstring
This commit is contained in:
parent
7c6225b3d1
commit
ddb11b4a3e
@ -233,7 +233,7 @@ Begin
|
||||
End;
|
||||
|
||||
|
||||
function paramstr(l: longint) : string;
|
||||
function paramstr(l: longint) : Shortstring;
|
||||
begin
|
||||
paramstr := '';
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user