mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
chdman.cpp: Attempted fix for naive code (nw)
This commit is contained in:
parent
364bc180dd
commit
51f4699fda
@ -2733,7 +2733,7 @@ static void do_add_metadata(parameters_t ¶ms)
|
|||||||
{
|
{
|
||||||
text = *text_str->second;
|
text = *text_str->second;
|
||||||
if (text[0] == '"' && text[text.length() - 1] == '"')
|
if (text[0] == '"' && text[text.length() - 1] == '"')
|
||||||
text.substr(1, text.length() - 2);
|
*text_str->second = text.substr(1, text.length() - 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
// process file input
|
// process file input
|
||||||
|
Loading…
Reference in New Issue
Block a user