[xiph-commits] r3145 - liboggplay/trunk/src/liboggplay

tahn at svn.annodex.net tahn at svn.annodex.net
Thu Jun 28 20:37:18 PDT 2007


Author: tahn
Date: 2007-06-28 20:37:18 -0700 (Thu, 28 Jun 2007)
New Revision: 3145

Modified:
   liboggplay/trunk/src/liboggplay/oggplay_tcp_reader.c
Log:
Removed include error.h; breaks on the mac.


Modified: liboggplay/trunk/src/liboggplay/oggplay_tcp_reader.c
===================================================================
--- liboggplay/trunk/src/liboggplay/oggplay_tcp_reader.c	2007-06-29 03:31:34 UTC (rev 3144)
+++ liboggplay/trunk/src/liboggplay/oggplay_tcp_reader.c	2007-06-29 03:37:18 UTC (rev 3145)
@@ -246,9 +246,6 @@
 
 }
 
-#ifndef WIN32
-#include <error.h>
-#endif
 
 OggPlayErrorCode
 oggplay_tcp_reader_initialise(OggPlayReader * opr, int block) {
@@ -470,9 +467,6 @@
 #endif
           RETURN_ON_TIMEOUT_OR_CONTINUE(time_ref);
         }
-#ifndef WIN32
-        error(0, errno, "ERROR");
-#endif
         return E_OGGPLAY_SOCKET_ERROR;
       } else if (nbytes == 0) {
         /*



More information about the commits mailing list