Skip to content

Commit 3aa68c3

Browse files
committed
=> not => !
1 parent a427e41 commit 3aa68c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rex/parser/fs/ntfs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def mft_record_attribute(mft_record, lazy=true)
218218
else
219219
# non resident
220220
if attribute_identifier == INDEX_ALLOCATION_ID or
221-
(not lazy and attribute_identifier != DATA_ATTRIBUTE_ID)
221+
(!lazy and attribute_identifier != DATA_ATTRIBUTE_ID)
222222
res[attribute_identifier] = cluster_from_attribute_non_resident(mft_record[curs, attribute_size])
223223
else
224224
res[attribute_identifier] = mft_record[curs, attribute_size]

0 commit comments

Comments
 (0)