Rearranged compression interface.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-06-09 09:28:32 +02:00
parent 34ae413607
commit a9e4526a6d
16 changed files with 762 additions and 592 deletions
-2
View File
@@ -94,7 +94,6 @@ static Packer* try_pack(Packer *p, InputFile *f)
{
if (p == NULL)
return NULL;
#if !defined(UNUPX)
try {
p->initPackHeader();
f->seek(0,SEEK_SET);
@@ -110,7 +109,6 @@ static Packer* try_pack(Packer *p, InputFile *f)
delete p;
throw;
}
#endif /* UNUPX */
delete p;
return NULL;
}