Przerobiona metoda tworzenia kontenerów. Błędnie dobiera opcje
This commit is contained in:
parent
69089cd2f9
commit
1392b5bbe0
6 changed files with 97 additions and 63 deletions
|
|
@ -60,8 +60,8 @@ bool ExtractCargo::Extract(const std::string& cFile)
|
|||
}
|
||||
|
||||
// Wczytaj klucz deszyfrujšcy
|
||||
std::filesystem::path kdir = cargoFileName.stem();
|
||||
eman.loadKey(kdir.string());
|
||||
//std::filesystem::path kdir = cargoFileName.stem();
|
||||
//eman.loadKey(kdir.string());
|
||||
|
||||
//Otwieranie kontenera
|
||||
cargoFile.open(cargoFileName, std::ios::binary);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue