[Freeswitch-branches] [commit] r5273 - freeswitch/branches/greenlizard/src/mod/formats/mod_shout
Freeswitch SVN
greenlizard at freeswitch.org
Tue Jun 5 15:44:54 EDT 2007
Author: greenlizard
Date: Tue Jun 5 15:44:54 2007
New Revision: 5273
Modified:
freeswitch/branches/greenlizard/src/mod/formats/mod_shout/mod_shout.c
Log:
patch from http://jira.freeswitch.org/browse/MODFORM-1#action_10284
Modified: freeswitch/branches/greenlizard/src/mod/formats/mod_shout/mod_shout.c
==============================================================================
--- freeswitch/branches/greenlizard/src/mod/formats/mod_shout/mod_shout.c (original)
+++ freeswitch/branches/greenlizard/src/mod/formats/mod_shout/mod_shout.c Tue Jun 5 15:44:54 2007
@@ -271,8 +271,7 @@
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Decoder Error!\n");
}
dlen = 0;
- //continue;
- goto error;
+ continue;
}
context->mp3err = 0;
More information about the Freeswitch-branches
mailing list