mirror of
https://github.com/holub/mame
synced 2025-05-30 17:41:47 +03:00
softlist: buglet (nw)
This commit is contained in:
parent
83cf7d409e
commit
7db2c59b51
@ -1393,7 +1393,7 @@ software_part *software_find_part(software_info *sw, const char *partname, const
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( ! part->name )
|
if ( part && ! part->name )
|
||||||
part = NULL;
|
part = NULL;
|
||||||
|
|
||||||
return part;
|
return part;
|
||||||
|
Loading…
Reference in New Issue
Block a user