Added amd64 implementations of lzma.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-06-19 22:33:18 +02:00
parent 0b685d11c9
commit a19d06561b
6 changed files with 474 additions and 1 deletions
+1 -1
View File
@@ -371,7 +371,7 @@ int PackDjgpp2::canUnpack()
if (is_dlm(fi, coff_offset))
throwCantUnpack("can't handle DLM");
fi->seek(coff_offset, SEEK_SET);
return readPackHeader(1024) ? 1 : -1;
return readPackHeader(4096) ? 1 : -1;
}