mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-23 01:59:41 +01:00
* string -> shortstring
This commit is contained in:
parent
3d88722d8f
commit
e8b3f2dba3
@ -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