Fixed type of argument (same value)

A boolean argument had been replaced by a tri-state one, but the change
was forgotten in one instance. No visible effect, the value is the same.
edge.strict_endians
Jean-Pierre André 2011-03-23 09:10:10 +01:00
parent 7ac015451c
commit c879697b12
1 changed files with 1 additions and 1 deletions

View File

@ -6494,7 +6494,7 @@ static int stuff_hole(ntfs_attr *na, const s64 pos)
if (!ret
&& ((na->initialized_size + end_size) < pos)
&& ntfs_non_resident_attr_expand(na,
pos - end_size, TRUE))
pos - end_size, HOLES_OK))
ret = -1;
else
na->initialized_size