mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
fix unidasm compile [Robbbert]
This commit is contained in:
parent
64a60b4282
commit
54072ef35d
@ -656,7 +656,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
catch (add_exception &aex)
|
||||
{
|
||||
fprintf(stderr, "Tag '%s' already exists in tagged_list\n", aex.tag());
|
||||
fprintf(stderr, "Tag '%s' already exists in tagged_list\n", aex.tag().c_str());
|
||||
result = 1;
|
||||
}
|
||||
catch (std::exception &ex)
|
||||
|
Loading…
Reference in New Issue
Block a user