mirror of
https://github.com/wiiu-env/libfat.git
synced 2024-11-22 09:59:18 +01:00
fix
This commit is contained in:
parent
77fecb0cd9
commit
9b55efe66d
@ -76,7 +76,7 @@ bool fatMount (const char* name, const DISC_INTERFACE* interface, sec_t startSec
|
||||
|
||||
char devname[10];
|
||||
sprintf(devname, "%s:", name);
|
||||
if(FindDevice(devname))
|
||||
if(FindDevice(devname) >= 0)
|
||||
return false;
|
||||
|
||||
if(!interface->startup())
|
||||
|
Loading…
Reference in New Issue
Block a user