Fixes Auto USB Redirection
authorAzureusNation <AzureusNation@users.noreply.github.com>
Fri, 18 Oct 2019 09:21:58 +0000 (10:21 +0100)
committerakallabeth <akallabeth@users.noreply.github.com>
Wed, 23 Oct 2019 07:56:23 +0000 (09:56 +0200)
commit7d6a10aaffc2880741f27e99e71ba21b1aecefab
tree5bf6da6842f0dd90e61a29b15d5452fdb25bf090
parentbd5a88e95a9e34c55841ebd2e27802eb688816ca
Fixes Auto USB Redirection

Base 0 does not work when converting the string to long int. This ends up not showing the correct device id and sometimes the wrong bus id. By changing it to base 10 conversion instead of base 0 this fixes the issue of auto redirect usb devices.
channels/urbdrc/client/urbdrc_main.c