mirror of
https://github.com/GerbilSoft/rvthtool.git
synced 2025-06-19 03:55:37 -04:00
[librvth] query_udev.c, rvth_listener_thread(): Missing 'pErr' parameter.
This commit is contained in:
parent
f588ffd8c2
commit
484efeeec9
@ -439,7 +439,7 @@ static void *rvth_listener_thread(void *listener_arg)
|
|||||||
|
|
||||||
if (!strcmp(action, "add")) {
|
if (!strcmp(action, "add")) {
|
||||||
// Device added.
|
// Device added.
|
||||||
RvtH_QueryEntry *const entry = rvth_parse_udev_device(dev);
|
RvtH_QueryEntry *const entry = rvth_parse_udev_device(dev, NULL);
|
||||||
if (entry) {
|
if (entry) {
|
||||||
listener->callback(listener, entry, RVTH_LISTEN_CONNECTED, listener->userdata);
|
listener->callback(listener, entry, RVTH_LISTEN_CONNECTED, listener->userdata);
|
||||||
rvth_query_free(entry);
|
rvth_query_free(entry);
|
||||||
|
Loading…
Reference in New Issue
Block a user