[xiph-commits] r8808 - icecast/trunk/libshout/src
brendan at motherfish-iii.xiph.org
brendan at motherfish-iii.xiph.org
Sat Jan 29 11:40:27 PST 2005
Author: brendan
Date: 2005-01-29 11:40:26 -0800 (Sat, 29 Jan 2005)
New Revision: 8808
Modified:
icecast/trunk/libshout/src/shout.c
Log:
Add SHOUTERR_BUSY to shout_get_error
Modified: icecast/trunk/libshout/src/shout.c
===================================================================
--- icecast/trunk/libshout/src/shout.c 2005-01-29 19:38:42 UTC (rev 8807)
+++ icecast/trunk/libshout/src/shout.c 2005-01-29 19:40:26 UTC (rev 8808)
@@ -366,6 +366,8 @@
return "Cannot set parameter while connected";
case SHOUTERR_UNCONNECTED:
return "Not connected";
+ case SHOUTERR_BUSY:
+ return "Socket is busy";
case SHOUTERR_UNSUPPORTED:
return "This libshout doesn't support the requested option";
default:
More information about the commits
mailing list