mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 13:10:17 +02:00
* fix to store empty node also for tkastring, Mantis #21137
git-svn-id: trunk@20249 -
This commit is contained in:
parent
6204da6248
commit
13743890d5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user