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