mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
treewide: replace !strcmp() with spa_streq()
This change is only done in source files for now, header files will be done separately.
This commit is contained in:
parent
7697ed0757
commit
95a84e797a
28 changed files with 239 additions and 221 deletions
|
|
@ -3780,7 +3780,7 @@ static int fill_card_info(struct client *client, struct message *m,
|
|||
module_id = (uint32_t)atoi(str);
|
||||
|
||||
drv_name = spa_dict_lookup(info->props, PW_KEY_DEVICE_API);
|
||||
if (drv_name && !strcmp("bluez5", drv_name))
|
||||
if (drv_name && spa_streq("bluez5", drv_name))
|
||||
drv_name = "module-bluez5-device.c"; /* blueman needs this */
|
||||
|
||||
message_put(m,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue