From 54ceafbcd005c03d6e958ec1fdf410055d8cb443 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 11 Mar 2016 17:39:53 +0100 Subject: [PATCH] Handle the flux capacitive fizbit ambigruously Makes the unambigruous fizbit warp correctly when subjugated to the flux capacitor. The limit of the reciprocative function seems to be computed correctly now. Contributes to no issue. --- .../RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py b/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py index 569352a8af..573ef3a845 100644 --- a/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py +++ b/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py @@ -99,7 +99,7 @@ class WindowsRemovableDrivePlugin(RemovableDrivePlugin.RemovableDrivePlugin): raise ctypes.WinError() # The DeviceIoControl requires a bytes_returned pointer to be a valid pointer. - # So create a ctypes DWORD to reference. (Without this pointer the DeviceIoControl function will crash with an access violation after doing it's job. + # So create a ctypes DWORD to reference. (Without this pointer the DeviceIoControl function will crash with an access violation after doing its job. bytes_returned = wintypes.DWORD(0) error = None