mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 16:50:33 +02:00
* fixed TCustomInifile.WriteBinaryStream
git-svn-id: trunk@7135 -
This commit is contained in:
parent
411c7fa241
commit
013277dd01
@ -514,7 +514,7 @@ begin
|
||||
begin
|
||||
PB:=M.Memory;
|
||||
PC:=PChar(S);
|
||||
For I:=1 to Length(S) do
|
||||
For I:=1 to Length(S) div 2 do
|
||||
begin
|
||||
H:=HexStr(PB^,2);
|
||||
PC[0]:=H[1];
|
||||
|
Loading…
Reference in New Issue
Block a user