Parcourir la source

* Fix bug ID #37483, correct closesection, patch by C. Western

git-svn-id: trunk@47410 -
michael il y a 4 ans
Parent
commit
88db3fb502
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      packages/fcl-registry/src/regini.inc

+ 1 - 0
packages/fcl-registry/src/regini.inc

@@ -318,5 +318,6 @@ end;
 procedure TRegIniFile.CloseSection;
 begin
   CloseKey(CurrentKey);
+  fCurrentKey:=0;
 end;