This commit is contained in:
Basile Burg 2015-08-24 14:47:03 +02:00
parent 4e29c6ee06
commit f9d8bd95b2
2 changed files with 2 additions and 2 deletions

View File

@ -336,7 +336,7 @@ begin
try
str1.LoadFromFile(aFilename);
str1.Position := 0;
ObjectTextToBinary(str1,str2);
ObjectTextToBinary(str1, str2);
str2.Position := 0;
try
rdr := TReader.Create(str2, 4096);

View File

@ -1468,7 +1468,7 @@ object CEMainForm: TCEMainForm
OnCloseQuery = FormCloseQuery
OnDropFiles = FormDropFiles
ShowHint = True
LCLVersion = '1.4.0.4'
LCLVersion = '1.4.2.0'
object mainMenu: TMainMenu
Images = imgList
top = 1