card-restore: it's not useful to check an array, let's check the length

This commit is contained in:
Marc-André Lureau 2009-02-19 04:49:58 +01:00 committed by Lennart Poettering
parent ee0b5f7186
commit 01f81d6973

View file

@ -191,7 +191,7 @@ static pa_hook_result_t card_new_hook_callback(pa_core *c, pa_card_new_data *new
pa_assert(new_data); pa_assert(new_data);
if ((e = read_entry(u, new_data->name)) && e->profile) { if ((e = read_entry(u, new_data->name)) && e->profile[0]) {
if (!new_data->active_profile) { if (!new_data->active_profile) {
pa_card_new_data_set_profile(new_data, e->profile); pa_card_new_data_set_profile(new_data, e->profile);