diff options
Diffstat (limited to 'src/ntfs_adv.c')
-rw-r--r-- | src/ntfs_adv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ntfs_adv.c b/src/ntfs_adv.c index d04ec2a0..682a0e0e 100644 --- a/src/ntfs_adv.c +++ b/src/ntfs_adv.c @@ -658,7 +658,7 @@ static int testdisk_ffs(int x) r += 2; } if (!(x & 1)) { - x >>= 1; +// x >>= 1; r += 1; } return r; |