regression

This commit is contained in:
niels
2015-12-06 22:09:15 +01:00
parent 7d2080eea6
commit 05398e0c90

View File

@@ -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++ = ' ';