ConfigData: use std::string in block_param
This commit is contained in:
@@ -79,7 +79,7 @@ config_param_check(gpointer data, G_GNUC_UNUSED gpointer user_data)
|
||||
for (const auto &i : param->block_params) {
|
||||
if (!i.used)
|
||||
g_warning("option '%s' on line %i was not recognized",
|
||||
i.name, i.line);
|
||||
i.name.c_str(), i.line);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user