mirror of
https://github.com/holub/mame
synced 2025-06-24 13:26:36 +03:00
distate: max_length() has no use for value() either
This commit is contained in:
parent
63e58fe12c
commit
d8f94651d7
@ -410,7 +410,7 @@ std::string device_state_entry::to_string() const
|
|||||||
int device_state_entry::max_length() const
|
int device_state_entry::max_length() const
|
||||||
{
|
{
|
||||||
// ask the entry to format itself maximally
|
// ask the entry to format itself maximally
|
||||||
return format("", value(), true).length();
|
return format("", 0, true).length();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user