close #17 привел в соответствие с описанием
This commit is contained in:
@@ -306,9 +306,9 @@ int Deals::Complite()
|
||||
|
||||
string positive = "Positive";
|
||||
int refund = 0;
|
||||
if (parser.cmdOptionExists("-p") || parser.cmdOptionExists("--positive"))
|
||||
if (parser.cmdOptionExists("-n") || parser.cmdOptionExists("--negative"))
|
||||
{
|
||||
positive = GetVal("-p", "--positive");
|
||||
positive = "Negative";
|
||||
}
|
||||
if (parser.cmdOptionExists("--refund"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user