Avoided setting a variable to itself (Fabian Keil)

PERMISSION_HANDLING_BRANCH
jpandre 2010-01-21 08:07:21 +00:00
parent 07ccad8eb6
commit b10590b354
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ done_zones_check:
ntfs_log_trace("Switching zone.\n");
pass = 1;
if (rlpos) {
LCN tc = tc = rl[rlpos - 1].lcn +
LCN tc = rl[rlpos - 1].lcn +
rl[rlpos - 1].length + NTFS_LCNALLOC_SKIP;
if (used_zone_pos)