mirror of
https://github.com/CTCaer/hidapi.git
synced 2025-02-18 17:57:49 +00:00
Linux: Took out one more setlocale()
This commit is contained in:
parent
b57e8f6dac
commit
7f6b496374
@ -754,8 +754,6 @@ hid_device * HID_API_EXPORT hid_open_path(const char *path)
|
||||
int d = 0;
|
||||
int good_open = 0;
|
||||
|
||||
setlocale(LC_ALL,"");
|
||||
|
||||
hid_init();
|
||||
|
||||
num_devs = libusb_get_device_list(usb_context, &devs);
|
||||
|
Loading…
x
Reference in New Issue
Block a user