Skip to content

Commit

Permalink
fix err
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Jan 18, 2025
1 parent 12b8a14 commit 226279c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data_collection/disks/windows/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fn volume_io(volume: &Path) -> anyhow::Result<DISK_PERFORMANCE> {
None,
OPEN_EXISTING,
FILE_FLAGS_AND_ATTRIBUTES(0),
Foundation::HANDLE::default(),
Some(Foundation::HANDLE::default()),
)?
};

Expand Down

0 comments on commit 226279c

Please sign in to comment.