mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
Modified regrep to display the soruce file.
This commit is contained in:
parent
8823bb9ba0
commit
1c9b12c644
@ -1020,7 +1020,7 @@ static void create_linked_file(const astring *dirname, const summary_file *curfi
|
|||||||
astring_printf(filename, "%s.html", curfile->name);
|
astring_printf(filename, "%s.html", curfile->name);
|
||||||
|
|
||||||
/* output header */
|
/* output header */
|
||||||
astring_printf(title, "%s Regressions", curfile->name);
|
astring_printf(title, "%s Regressions (%s)", curfile->name, curfile->source);
|
||||||
astring_printf(linkname, "%s" PATH_SEPARATOR "%s", astring_c(dirname), astring_c(filename));
|
astring_printf(linkname, "%s" PATH_SEPARATOR "%s", astring_c(dirname), astring_c(filename));
|
||||||
linkfile = create_file_and_output_header(linkname, tempheader, title);
|
linkfile = create_file_and_output_header(linkname, tempheader, title);
|
||||||
if (linkfile == NULL)
|
if (linkfile == NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user