[cast] Fixup print mask

This commit is contained in:
ejurgensen 2019-03-28 23:22:49 +01:00
parent 9836280029
commit 413ce25ec6
1 changed files with 1 additions and 1 deletions

View File

@ -1845,7 +1845,7 @@ payload_encode(struct evbuffer *evbuf, uint8_t *rawbuf, size_t rawbuf_size, int
frame = transcode_frame_new(rawbuf, rawbuf_size, nsamples, quality->sample_rate, quality->bits_per_sample);
if (!frame)
{
DPRINTF(E_LOG, L_CAST, "Could not convert raw PCM to frame (bufsize=%ld)\n", rawbuf_size);
DPRINTF(E_LOG, L_CAST, "Could not convert raw PCM to frame (bufsize=%zu)\n", rawbuf_size);
return -1;
}