Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/FelLib
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-01-16 19:47:48 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-01-16 19:47:48 +0300
commitb0854811783c01c70ae062a70314d5aca2a33dcd (patch)
tree3873d91431153d652a55316031e4a22fd4b751db /FelLib
parent2623e972f7f2b2568e66a2b596272668aafd1c9d (diff)
Device detection bug fixed (thanks to David Winter!)
Diffstat (limited to 'FelLib')
-rw-r--r--FelLib/WinUSBNet/API/DeviceManagement.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/FelLib/WinUSBNet/API/DeviceManagement.cs b/FelLib/WinUSBNet/API/DeviceManagement.cs
index c283a26f..f14eea14 100644
--- a/FelLib/WinUSBNet/API/DeviceManagement.cs
+++ b/FelLib/WinUSBNet/API/DeviceManagement.cs
@@ -247,7 +247,6 @@ namespace MadWizard.WinUSBNet.API
catch (APIException ex)
{
Debug.WriteLine("Can't parse this device: " + ex.Message + ex.StackTrace);
- continue;
}
}
finally