Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files Browse the repository at this point in the history
Bayselonarrend committed Apr 5, 2024
2 parents 1206d7c + bf45a24 commit 3bfa57c
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OInt/core/Modules/OPI_GoogleDrive.os
Original file line number Diff line number Diff line change
@@ -660,7 +660,7 @@
СтрОбщийРазмерМБ = OPI_Инструменты.ЧислоВСтроку(ОбщийРазмер / 1024 / 1024);
Процент = Строка(Цел(ТекущаяПозиция / ОбщийРазмер * 100));

Сообщить(СтрТекущаяПозиция + "/" + СтрОбщийРазмер + " МБ ( " + Процент + "% )");
Сообщить(СтрТекущаяПозицияМБ + "/" + СтрОбщийРазмерМБ + " МБ ( " + Процент + "% )");

ВыполнитьСборкуМусора();
ОсвободитьОбъект(ТекущиеДанные);
Binary file modified data.json.gpg
Binary file not shown.

0 comments on commit 3bfa57c

Please sign in to comment.