mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
Adding an assert()
This commit is contained in:
parent
14e7367f7e
commit
3ac2d79f09
@ -279,6 +279,8 @@ std::string hash_collection::attribute_string() const
|
||||
|
||||
bool hash_collection::from_internal_string(const char *string)
|
||||
{
|
||||
assert(string != nullptr);
|
||||
|
||||
// start fresh
|
||||
reset();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user