Use FT_ULTRA_BRUTE.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-12-12 10:06:24 +01:00
parent 6cdd057f80
commit d7837d9179
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ const int *PackVmlinuzI386::getFilters() const
{
static const int filters[] = {
0x49,
0x26, 0x24, 0x11, 0x14, 0x13, 0x16, 0x25, 0x15, 0x12,
0x26, 0x24, 0x16, 0x13, 0x14, 0x11, FT_ULTRA_BRUTE, 0x25, 0x15, 0x12,
FT_END };
return filters;
}