mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
fixed error (nw)
This commit is contained in:
parent
fe136aef44
commit
92f3a1d341
@ -408,9 +408,9 @@ static int read_summary_log(const char *filename, int index)
|
||||
}
|
||||
|
||||
/* look for the MAME header */
|
||||
else if (strncmp(linestart, "MAME v", 10) == 0)
|
||||
else if (strncmp(linestart, "MAME v", 6) == 0)
|
||||
{
|
||||
char *start = linestart + 10;
|
||||
char *start = linestart + 6;
|
||||
char *end;
|
||||
|
||||
/* find the end */
|
||||
|
Loading…
Reference in New Issue
Block a user