mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
Values must be normalized (no whatsnew)
This commit is contained in:
parent
cc1a85ca53
commit
cc2e0e6687
@ -1123,7 +1123,7 @@ void cli_frontend::output_single_softlist(FILE *out,software_list *list, const c
|
||||
|
||||
feature_list *flist = swinfo->other_info;
|
||||
while ( flist ) {
|
||||
fprintf( out, "\t\t\t<info name=\"%s\" value=\"%s\"/>\n", flist->name, flist->value );
|
||||
fprintf( out, "\t\t\t<info name=\"%s\" value=\"%s\"/>\n", flist->name, xml_normalize_string( flist->value ) );
|
||||
flist = flist->next;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user