Skip to content

Commit 0fbe411

Browse files
author
jvazquez-r7
committed
Ensure use Ruby File
1 parent 5c32bb4 commit 0fbe411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/windows/gather/enum_prefetch.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def run
167167
if file.empty? or file.nil?
168168
next
169169
else
170-
filename = File.join(file['path'], file['name'])
170+
filename = ::File.join(file['path'], file['name'])
171171
pf_entry = gather_pf_info(name_offset, hash_offset, runcount_offset, filename)
172172
if not pf_entry.nil?
173173
table << pf_entry

0 commit comments

Comments
 (0)