mirror of
https://github.com/xtexChooser/WindowsXPKg.git
synced 2024-11-04 23:23:59 +00:00
Update cli.cpp
This commit is contained in:
parent
de659846d4
commit
63fbbd83ef
1 changed files with 2 additions and 2 deletions
|
@ -385,7 +385,7 @@ int CLI::BINK1998Generate() {
|
|||
|
||||
// Specify whether an upgrade version or not
|
||||
bool bUpgrade = false;
|
||||
if (options->upgrade == true)
|
||||
if (options.upgrade == true)
|
||||
bUpgrade = true;
|
||||
|
||||
for (int i = 0; i < this->total; i++) {
|
||||
|
@ -440,7 +440,7 @@ int CLI::BINK2002Generate() {
|
|||
|
||||
// Specify whether an upgrade version or not
|
||||
bool bUpgrade = false;
|
||||
if (options->upgrade == true)
|
||||
if (options.upgrade == true)
|
||||
bUpgrade = true;
|
||||
|
||||
PIDGEN3::BINK2002::Generate(this->eCurve, this->genPoint, this->genOrder, this->privateKey, pChannelID, pAuthInfo, bUpgrade, this->pKey);
|
||||
|
|
Loading…
Reference in a new issue