mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 09:29:07 +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;
|
Exit;
|
||||||
end;
|
end;
|
||||||
if (S <> '') or (PropInfo^.PropType^.Kind in [tkString
|
if (S <> '') or (PropInfo^.PropType^.Kind in [tkString
|
||||||
, tkLString, tkWString, tkWChar ]) then
|
, tkLString, tkAString, tkWString, tkWChar ]) then
|
||||||
WriteString(Section, GetItemName(PropInfo^.Name), Trim(S));
|
WriteString(Section, GetItemName(PropInfo^.Name), Trim(S));
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user