mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
9.17
This commit is contained in:
committed by
Kornel Lesiński
parent
044e4bb741
commit
2eb60a0598
@@ -86,7 +86,7 @@ enum Enum
|
||||
kTechMode,
|
||||
kShareForWrite,
|
||||
kCaseSensitive,
|
||||
kCalcCrc,
|
||||
kCalcCrc
|
||||
};
|
||||
|
||||
}
|
||||
@@ -191,12 +191,12 @@ static const char *kSameTerminalError = "I won't write data and program's messag
|
||||
static void ThrowException(const char *errorMessage)
|
||||
{
|
||||
throw CArchiveCommandLineException(errorMessage);
|
||||
};
|
||||
}
|
||||
|
||||
static void ThrowUserErrorException()
|
||||
{
|
||||
ThrowException(kUserErrorMessage);
|
||||
};
|
||||
}
|
||||
|
||||
// ---------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user