소스 검색

* fix to store empty node also for tkastring, Mantis #21137

git-svn-id: trunk@20249 -
marco 13 년 전
부모
커밋
13743890d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/fcl-base/src/rttiutils.pp

+ 1 - 1
packages/fcl-base/src/rttiutils.pp

@@ -383,7 +383,7 @@ begin
       Exit;
     end;
     if (S <> '') or (PropInfo^.PropType^.Kind in [tkString
-      , tkLString,  tkWString, tkWChar ]) then
+      , tkLString, tkAString, tkWString, tkWChar ]) then
       WriteString(Section, GetItemName(PropInfo^.Name), Trim(S));
   end;
 end;