Fix core option categories regression (#14332)

This commit is contained in:
Ryunam 2022-08-19 17:37:31 +02:00 committed by GitHub
parent 90e0d0bb70
commit 597c33fa94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1206,7 +1206,7 @@ core_option_manager_t *core_option_manager_new(
{
address[0] = '\0';
snprintf(address, sizeof(address),
"%s#%s",
"%s:#%s",
category_key, option_def->key);
}