Fixed several small bugs; among other things, the emulator now compiles without warnings when using DEBUG=y as well.
This commit is contained in:
@@ -231,7 +231,7 @@ void scsi_reloadhd(int id)
|
||||
{
|
||||
int ret = 0;
|
||||
|
||||
if(hdc[id].prev_fn == NULL)
|
||||
if(wcslen(hdc[id].prev_fn) == 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user