mirror of
https://github.com/holub/mame
synced 2025-07-04 01:18:59 +03:00
missed one, thanks hap (nw)
This commit is contained in:
parent
ae4661504c
commit
fe136aef44
@ -407,8 +407,8 @@ static int read_summary_log(const char *filename, int index)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* look for the M.A.M.E. header */
|
/* look for the MAME header */
|
||||||
else if (strncmp(linestart, "M.A.M.E. v", 10) == 0)
|
else if (strncmp(linestart, "MAME v", 10) == 0)
|
||||||
{
|
{
|
||||||
char *start = linestart + 10;
|
char *start = linestart + 10;
|
||||||
char *end;
|
char *end;
|
||||||
|
Loading…
Reference in New Issue
Block a user