mirror of
https://github.com/holub/mame
synced 2025-06-06 21:03:47 +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 */
|
||||
else if (strncmp(linestart, "M.A.M.E. v", 10) == 0)
|
||||
/* look for the MAME header */
|
||||
else if (strncmp(linestart, "MAME v", 10) == 0)
|
||||
{
|
||||
char *start = linestart + 10;
|
||||
char *end;
|
||||
|
Loading…
Reference in New Issue
Block a user