Explorar o código

* Fix compiler warning

Michaël Van Canneyt %!s(int64=2) %!d(string=hai) anos
pai
achega
d64bb5cad6
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      packages/fcl-base/src/basenenc.pp

+ 2 - 0
packages/fcl-base/src/basenenc.pp

@@ -108,6 +108,7 @@ Var
   L : Integer;
 
 begin
+  Result:='';
   L:=Length(B);
   SetLength(Result,L);
   If L>0 then
@@ -120,6 +121,7 @@ Var
   L : Integer;
 
 begin
+  Result:=[];
   L:=Length(S);
   SetLength(Result,L);
   If L>0 then