Skip to content

Commit

Permalink
Merge pull request #239 from snov1kov/master
Browse files Browse the repository at this point in the history
немонопольное чтение настроек плагинов
  • Loading branch information
khorevaa authored Mar 5, 2020
2 parents 68db06c + 1e66be2 commit 2c3ca01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Функция ПрочитатьФайл(Знач ПутьКФайлу) Экспорт

ЧтениеТекста = Новый ЧтениеТекста(ПутьКФайлу, "UTF-8");
ЧтениеТекста = Новый ЧтениеТекста(ПутьКФайлу, "UTF-8", , , Ложь);
ТекстФайла = ЧтениеТекста.Прочитать();
ЧтениеТекста.Закрыть();

Expand Down

0 comments on commit 2c3ca01

Please sign in to comment.