Browse Source

* fixed warning.

git-svn-id: trunk@5853 -
yury 18 years ago
parent
commit
2244f1b9c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/inc/generic.inc

+ 1 - 1
rtl/inc/generic.inc

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