Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 57524
Collapse All | Expand All

(-)gxmame-0.34b/src/mameio.c (-1 / +1 lines)
Lines 217-223 Link Here
217
		
217
		
218
	/* Generate the list */
218
	/* Generate the list */
219
	/* without including neither history nor mameinfo to have less to parse after*/
219
	/* without including neither history nor mameinfo to have less to parse after*/
220
	opt=g_strdup_printf("%s -listinfo -%s /dev/null -%s /dev/null 2>/dev/null",
220
	opt=g_strdup_printf("%s -listxml -%s /dev/null -%s /dev/null | xml2info 2>/dev/null",
221
			current_exec->path,
221
			current_exec->path,
222
			available_options->mameinfo_file_option,
222
			available_options->mameinfo_file_option,
223
			available_options->history_file_option);
223
			available_options->history_file_option);

Return to bug 57524