mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 11:49:23 +02:00
* string -> shortstring
This commit is contained in:
parent
e8b3f2dba3
commit
c21838cd31
@ -233,7 +233,7 @@ Begin
|
||||
End;
|
||||
|
||||
|
||||
function paramstr(l: longint) : string;
|
||||
function paramstr(l: longint) : Shortstring;
|
||||
begin
|
||||
paramstr := '';
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user