Browse Source

fcl-passrc: fixed initialize var

mattias 1 week ago
parent
commit
435b6c0057
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-passrc/src/paswrite.pp

+ 1 - 0
packages/fcl-passrc/src/paswrite.pp

@@ -1266,6 +1266,7 @@ var
   ind : integer;
   ind : integer;
   Expr : string;
   Expr : string;
 begin
 begin
+  Expr:='';
   With aWith do
   With aWith do
     begin
     begin
     for ind:=0 to Expressions.Count-1 do
     for ind:=0 to Expressions.Count-1 do