Commit 03774129 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Compile fix.

parent 01bc9692
...@@ -293,8 +293,8 @@ static subpicture_t *Filter( filter_t *p_filter, mtime_t date ) ...@@ -293,8 +293,8 @@ static subpicture_t *Filter( filter_t *p_filter, mtime_t date )
const char *psz_success = "SUCCESS:"; const char *psz_success = "SUCCESS:";
const char *psz_nl = "\n"; const char *psz_nl = "\n";
BufferAdd( &p_sys->output, psz_success, 8 ); BufferAdd( &p_sys->output, psz_success, 8 );
p_command->p_command->pf_unparser( &p_command->results, p_command->p_command->pf_unparse( &p_command->results,
&p_sys->output ); &p_sys->output );
BufferAdd( &p_sys->output, psz_nl, 1 ); BufferAdd( &p_sys->output, psz_nl, 1 );
} }
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment