mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
Fixed loading info for several software lists. (nw)
This commit is contained in:
parent
ea3beedc85
commit
c58fc63ebe
@ -518,7 +518,7 @@ int datfile_manager::index_datafile(dataindex &index, int &swcount)
|
||||
}
|
||||
else
|
||||
{
|
||||
name = s_list;
|
||||
name = s_list.substr(curpoint);
|
||||
curpoint = ends;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user