vymazání odřádkování

This commit is contained in:
2023-08-28 09:38:26 +02:00
parent ed2cf088a6
commit 865493c984

View File

@@ -544,7 +544,7 @@ bool PlcLicence::CreateLicence()
{ {
outputFile.write(reinterpret_cast<const char *>(totalEncryptedArray), totalEncryptedLength); outputFile.write(reinterpret_cast<const char *>(totalEncryptedArray), totalEncryptedLength);
outputFile.close(); outputFile.close();
std::cout << licenseFileName << std::endl; std::cout << licenseFileName;
} }
else else
{ {