This commit is contained in:
Markus F.X.J. Oberhumer
2006-06-11 00:01:56 +02:00
7 changed files with 324 additions and 137 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ int upx_compress ( const upx_bytep src, upx_uint src_len,
result[5] = src_len; // max_run_found
result[6] = 1; // first_offset_found
//result[7] = 999999; // same_match_offsets_found - NOT USED
result[8] = 0;
result[8] = 0; // LzmaGetNumProbs()
#if defined(WITH_LZMA)
if (M_IS_LZMA(method))