Unstupided mathematical expression

This commit is contained in:
Leonetienne
2022-05-26 04:40:23 +02:00
parent 02d12513f7
commit bd9511c8b9
+1 -1
View File
@@ -31,7 +31,7 @@ namespace Leonetienne::GCrypt {
Key Key::LoadFromFile(const std::string& path) {
// Read this many chars
const std::size_t maxChars = Key::BLOCK_SIZE_BITS / 8;
const std::size_t maxChars = Key::BLOCK_SIZE;
// Open ifilestream for keyfile
std::ifstream ifs(path, std::ios::in | std::ios::binary);