X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod.c;h=1734c70357537cf942f1dad0172cd6167e454ba0;hb=e1cf532cb70722ae80f2364ff1d7cfbf126f4caf;hp=e1d9cbb28606d782a57b15c9794f1b5de950c8bc;hpb=72ec8363472a01dfe107ffa87d15236f68dfe3fa;p=paraslash.git diff --git a/audiod.c b/audiod.c index e1d9cbb2..1734c703 100644 --- a/audiod.c +++ b/audiod.c @@ -491,8 +491,8 @@ static void open_filters(struct slot_info *s) register_task(&fn->task); parent = fn->btrn; PARA_NOTICE_LOG("%s filter %d/%d (%s) started in slot %d\n", - audio_formats[s->format], i, nf, f->name, s - slot); - sprintf(fn->task.status, "%s (slot %d)", f->name, s - slot); + audio_formats[s->format], i, nf, f->name, (int)(s - slot)); + sprintf(fn->task.status, "%s (slot %d)", f->name, (int)(s - slot)); } }