mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 04:06:08 +02:00
* string -> shortstring
This commit is contained in:
parent
e8b3f2dba3
commit
c21838cd31
@ -233,7 +233,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