comparing strings to random locations in memory is probably not what we wanted to do
This commit is contained in:
parent
a9910e520b
commit
53109b7592
1 changed files with 1 additions and 1 deletions
|
@ -639,7 +639,7 @@ static ObAppSettings *client_get_settings_state(ObClient *self)
|
|||
GSList *it;
|
||||
|
||||
for (it = config_per_app_settings; it; it = g_slist_next(it)) {
|
||||
ObAppSettings *app;
|
||||
ObAppSettings *app = it->data;
|
||||
|
||||
if ((app->name && !app->class && !strcmp(app->name, self->name))
|
||||
|| (app->class && !app->name && !strcmp(app->class, self->class))
|
||||
|
|
Loading…
Reference in a new issue