You've already forked lazarus-ccr
boolean are now serialized as 'true' or 'false'
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@501 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1085,7 +1085,7 @@ begin
|
||||
f.EndScope();
|
||||
|
||||
s := TMemoryStream.Create();
|
||||
f.SaveToStream(s);
|
||||
f.SaveToStream(s); s.SaveToFile(ClassName + '.Test_Bool.xml');
|
||||
intVal_1 := False;
|
||||
intVal_3 := True;
|
||||
|
||||
|
Reference in New Issue
Block a user