Skip to content

Commit

Permalink
Triage 3
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion committed Jul 27, 2024
1 parent 61f487d commit 510c58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynetdicom/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def set_timer_resolution(resolution: Optional[float]) -> Iterator[None]:
yield None

# Reset the timer resolution
dll.NtSetTimerResolution(current, 1, ctypes.byref(current))
dll.NtSetTimerResolution(current.value, 1, ctypes.byref(current))
else:
yield None

Expand Down

0 comments on commit 510c58c

Please sign in to comment.