crlib: switch to new hashmap
This commit is contained in:
parent
c856b55302
commit
2765eed7ac
8 changed files with 67 additions and 75 deletions
|
|
@ -252,7 +252,7 @@ public:
|
|||
|
||||
// get custom value
|
||||
StringRef fetchCustom (StringRef name) {
|
||||
if (m_custom.has (name)) {
|
||||
if (m_custom.exists (name)) {
|
||||
return m_custom[name];
|
||||
}
|
||||
SimpleLogger::instance ().error ("Trying to fetch unknown custom variable: %s", name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue