mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Barnabás Pőcze <pobrn@protonmail.com>
This commit is contained in:
parent
d599936925
commit
1f16f949ec
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ static SPA_PRINTF_FUNC(3,4) void put_fmt(struct data *d, const char *key, const
|
|||
put_key(d, key);
|
||||
fprintf(d->out, "%s%s%*s",
|
||||
d->state & STATE_COMMA ? "," : "",
|
||||
d->state & (STATE_MASK | STATE_KEY) ? " " : (d->state & STATE_FIRST) | raw ? "" : "\n",
|
||||
d->state & (STATE_MASK | STATE_KEY) ? " " : (d->state & STATE_FIRST) || raw ? "" : "\n",
|
||||
d->state & (STATE_MASK | STATE_KEY) ? 0 : d->level, "");
|
||||
va_start(va, fmt);
|
||||
vfprintf(d->out, fmt, va);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue