Adding an assert()

This commit is contained in:
Nathan Woods 2016-07-27 07:59:43 -04:00
parent 14e7367f7e
commit 3ac2d79f09

View File

@ -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();