fixes argument order for rdpdr_load_drive

This commit is contained in:
Alexandru Bagu 2021-10-21 21:33:52 +03:00 committed by akallabeth
parent 78fd3b8d6c
commit a8cc80851f
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ static BOOL device_foreach(rdpdrPlugin* rdpdr, BOOL abortOnFail,
*/
static UINT rdpdr_send_device_list_announce_request(rdpdrPlugin* rdpdr, BOOL userLoggedOn);
static BOOL rdpdr_load_drive(rdpdrPlugin* rdpdr, const char* path, const char* name, BOOL automount)
static BOOL rdpdr_load_drive(rdpdrPlugin* rdpdr, const char* name, const char* path, BOOL automount)
{
UINT rc = ERROR_INTERNAL_ERROR;
union