diff --git a/veejay-current/veejay-server/veejay/liblavplayvj.c b/veejay-current/veejay-server/veejay/liblavplayvj.c index e179095f..08501562 100644 --- a/veejay-current/veejay-server/veejay/liblavplayvj.c +++ b/veejay-current/veejay-server/veejay/liblavplayvj.c @@ -1188,7 +1188,7 @@ void veejay_pipe_write_status(veejay_t * info) *ptr++ = '0'; *ptr++ = ' '; *ptr++ = '0'; *ptr++ = ' '; *ptr++ = '0'; *ptr++ = ' '; - *ptr++ = info->sfd; *ptr++ = ' '; + ptr = vj_sprintf( info->sfd); *ptr++ = ' '; ptr = vj_sprintf( ptr, mstatus ); *ptr++ = '0'; *ptr++ = ' '; *ptr++ = '0'; *ptr++ = ' ';