Fixed a data compression bug causing suboptimal compression

N2009_11_14_FIXES
jpandre 2009-06-17 08:07:58 +00:00
parent 6a54eac8ad
commit 9ce63a72d5
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ static void ntfs_new_node (struct COMPRESS_CONTEXT *pctx,
if ((pctx->match_length = i) > mxl) {
i = pctx->rson[pp];
pctx->rson[r] = i;
pctx->dad[i] = r;
i = pctx->lson[pp];
pctx->lson[r] = i;
pctx->dad[i] = r;