mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 06:49:26 +01:00
* fixed warning.
git-svn-id: trunk@5853 -
This commit is contained in:
parent
2d683bcbe6
commit
2244f1b9c6
@ -558,7 +558,7 @@ end;
|
||||
|
||||
procedure fpc_shortstr_concat(var dests:shortstring;const s1,s2:shortstring);compilerproc;
|
||||
var
|
||||
s1l, s2l : byte;
|
||||
s1l, s2l : longint;
|
||||
begin
|
||||
s1l:=length(s1);
|
||||
s2l:=length(s2);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user