mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
fix(registry): fix return value in GetDefaultsAndKeyPath
This commit is contained in:
parent
1671d7bef8
commit
3a86cc775d
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ bool GetDefaultsAndKeyPath(const char* key, const char* name, uint32_t flags, NS
|
|||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
id GetObject(const char* keyname, const char* valuename, uint32_t flags) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue