mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
fix some printf arguments
This commit is contained in:
parent
67754ad3bc
commit
aaeafa49c1
4 changed files with 5 additions and 5 deletions
|
|
@ -210,7 +210,7 @@ static int update_property(struct client *c,
|
|||
pthread_mutex_unlock(&globals.lock);
|
||||
|
||||
if (c->property_callback && changed > 0) {
|
||||
pw_log_info("emit %lu %s", subject, key);
|
||||
pw_log_info("emit %"PRIu64" %s", (uint64_t)subject, key);
|
||||
c->property_callback(subject, key, change, c->property_arg);
|
||||
}
|
||||
return changed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue