mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
printf format fixes
This commit is contained in:
parent
d46c239ab0
commit
497a8364c5
9 changed files with 23 additions and 22 deletions
|
|
@ -93,7 +93,7 @@ arm_init(struct impl *impl)
|
|||
}
|
||||
|
||||
if ((line = get_cpuinfo_line(cpuinfo, "Features"))) {
|
||||
const char *state = NULL;
|
||||
char *state = NULL;
|
||||
char *current = strtok_r(line, " ", &state);
|
||||
|
||||
do {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue