diff --git a/src/u_common.pas b/src/u_common.pas index ea24a926..57c78ccc 100644 --- a/src/u_common.pas +++ b/src/u_common.pas @@ -617,7 +617,7 @@ begin try str1.WriteComponent(value); str1.Position := 0; - ObjectBinaryToText(str1,str2); + ObjectBinaryToText(str1, str2, oteLFM); ForceDirectories(fname.extractFilePath); str2.SaveToFile(fname); finally