]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/oss.c
modules/macosx/playlist.m: Remove code that shouldn't be here, to re-enable services...
[vlc] / modules / audio_output / oss.c
index ff542520a9056bb100746f19b5a10295ea7e751e..e3842ff9cd54aa28bbdb00ae86436446cde2f838 100644 (file)
@@ -671,7 +671,7 @@ static int OSSThread( aout_instance_t * p_aout )
 
         if( i_tmp < 0 )
         {
-            msg_Err( p_aout, "write failed (%s)", strerror(errno) );
+            msg_Err( p_aout, "write failed (%m)" );
         }
 
         if ( p_buffer != NULL )