missed one, thanks hap (nw)

This commit is contained in:
Miodrag Milanovic 2015-12-31 17:34:42 +01:00
parent ae4661504c
commit fe136aef44

View File

@ -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;