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