fix bug with port2 support

This commit is contained in:
Daryl Borth 2020-02-14 20:23:50 -07:00
parent 14ca9120b6
commit 69f2a092ae

View File

@ -174,7 +174,7 @@ bool IsDeviceRoot(char * path)
strcmp(path, "smb:/") == 0 ||
strcmp(path, "carda:/") == 0 ||
strcmp(path, "cardb:/") == 0 ||
strcmp(path, "port2:/") )
strcmp(path, "port2:/") == 0 )
{
return true;
}