瀏覽代碼

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

git-svn-id: trunk@47410 -
michael 4 年之前
父節點
當前提交
88db3fb502
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;