Commit fd8d81d5 authored by Rafaël Carré's avatar Rafaël Carré

Leftover strerror

parent 50852e85
...@@ -671,7 +671,7 @@ static int OSSThread( aout_instance_t * p_aout ) ...@@ -671,7 +671,7 @@ static int OSSThread( aout_instance_t * p_aout )
if( i_tmp < 0 ) if( i_tmp < 0 )
{ {
msg_Err( p_aout, "write failed (%s)", strerror(errno) ); msg_Err( p_aout, "write failed (%m)" );
} }
if ( p_buffer != NULL ) if ( p_buffer != NULL )
......
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