From 865493c98449c81c6926b4b201b784a854564985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtek=20Beran?= Date: Mon, 28 Aug 2023 09:38:26 +0200 Subject: [PATCH] =?UTF-8?q?vymaz=C3=A1n=C3=AD=20od=C5=99=C3=A1dkov=C3=A1n?= =?UTF-8?q?=C3=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/PlcLicence.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PlcLicence.cpp b/src/PlcLicence.cpp index c27e95d..07ec556 100644 --- a/src/PlcLicence.cpp +++ b/src/PlcLicence.cpp @@ -544,7 +544,7 @@ bool PlcLicence::CreateLicence() { outputFile.write(reinterpret_cast(totalEncryptedArray), totalEncryptedLength); outputFile.close(); - std::cout << licenseFileName << std::endl; + std::cout << licenseFileName; } else {