Initial support for option '--exact'.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-11-21 17:53:11 +01:00
parent f1a97fecbd
commit 16163bf20b
6 changed files with 21 additions and 0 deletions
+5
View File
@@ -85,6 +85,11 @@ void throwCantPack(const char *msg)
throw CantUnpackException(msg);
}
void throwCantPackExact()
{
throwCantPack("option '--exact' does not work with this file");
}
void throwFilterException()
{
throwCantPack("filter problem");