mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39: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
|
||||
{
|
||||
// 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