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

git-svn-id: trunk@20249 -
This commit is contained in:
marco 2012-02-04 15:42:57 +00:00
parent 6204da6248
commit 13743890d5

View File

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