bugfix for ntfs_mapping_pairs_decompress for highest_vcn == 0

(Logical change 1.478)
edge.strict_endians
(none)!yura 2004-08-05 19:35:51 +00:00
parent a40f1c30b6
commit d3178859aa
1 changed files with 1 additions and 1 deletions

View File

@ -896,7 +896,7 @@ mpa_err:
* highest cluster, the runlist is either corrupt or, more
* likely, there are more extents following this one.
*/
if (deltaxcn < --max_cluster) {
if (deltaxcn && deltaxcn < --max_cluster) {
Dprintf("More extents to follow; deltaxcn = 0x%llx, "
"max_cluster = 0x%llx\n",
(long long)deltaxcn,