Skip to content

Commit

Permalink
aur: entirely use mbuf in aurecv_debug()
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed Dec 28, 2023
1 parent c03d8eb commit c21f23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aureceiver.c
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ int aurecv_debug(struct re_printf *pf, const struct audio_recv *ar)
err |= mbuf_printf(mb, " time = (not started)\n");
}

err |= re_hprintf(pf, " player: %s,%s %s\n",
err |= mbuf_printf(mb, " player: %s,%s %s\n",
ar->ap ? ar->ap->name : "none",
ar->device,
aufmt_name(ar->play_fmt));
Expand Down

0 comments on commit c21f23b

Please sign in to comment.