fix(registry): fix return value in GetDefaultsAndKeyPath

This commit is contained in:
phaneron 2025-03-31 16:58:08 -04:00
parent 1671d7bef8
commit 3a86cc775d

View file

@ -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) { id GetObject(const char* keyname, const char* valuename, uint32_t flags) {