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