소스 검색

* 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;