* fixed warning.

git-svn-id: trunk@5853 -
This commit is contained in:
yury 2007-01-08 19:08:34 +00:00
parent 2d683bcbe6
commit 2244f1b9c6

View File

@ -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);