[Asterisk-cvs] asterisk app.c,1.77,1.78
russell
russell
Wed Oct 26 11:09:33 CDT 2005
- Previous message: [Asterisk-cvs] asterisk/codecs adpcm_slin_ex.h, 1.1,
1.2 codec_a_mu.c, 1.10, 1.11 codec_adpcm.c, 1.20,
1.21 codec_alaw.c, 1.13, 1.14 codec_g723_1.c, 1.19,
1.20 codec_g726.c, 1.13, 1.14 codec_gsm.c, 1.19,
1.20 codec_ilbc.c, 1.12, 1.13 codec_lpc10.c, 1.17,
1.18 codec_speex.c, 1.19, 1.20 codec_ulaw.c, 1.14,
1.15 g723_slin_ex.h, 1.2, 1.3 g726_slin_ex.h, 1.1,
1.2 gsm_slin_ex.h, 1.2, 1.3 ilbc_slin_ex.h, 1.2,
1.3 log2comp.h, 1.3, 1.4 lpc10_slin_ex.h, 1.1,
1.2 slin_adpcm_ex.h, 1.1, 1.2 slin_g723_ex.h, 1.2,
1.3 slin_g726_ex.h, 1.1, 1.2 slin_gsm_ex.h, 1.2,
1.3 slin_ilbc_ex.h, 1.1, 1.2 slin_lpc10_ex.h, 1.1,
1.2 slin_speex_ex.h, 1.2, 1.3 slin_ulaw_ex.h, 1.1,
1.2 speex_slin_ex.h, 1.1, 1.2 ulaw_slin_ex.h, 1.1, 1.2
- Next message: [Asterisk-cvs] asterisk devicestate.c,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv16609
Modified Files:
app.c
Log Message:
fix misplaced } (issue #5518)
Index: app.c
===================================================================
RCS file: /usr/cvsroot/asterisk/app.c,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- app.c 24 Oct 2005 20:12:04 -0000 1.77
+++ app.c 26 Oct 2005 15:02:23 -0000 1.78
@@ -694,7 +694,6 @@
ast_frfree(f);
break;
}
- }
if (f->subclass == '0') {
/* Check for a '0' during message recording also, in case caller wants operator */
if (option_verbose > 2)
@@ -704,6 +703,7 @@
ast_frfree(f);
break;
}
+ }
if (maxtime) {
time(&end);
if (maxtime < (end - start)) {
- Previous message: [Asterisk-cvs] asterisk/codecs adpcm_slin_ex.h, 1.1,
1.2 codec_a_mu.c, 1.10, 1.11 codec_adpcm.c, 1.20,
1.21 codec_alaw.c, 1.13, 1.14 codec_g723_1.c, 1.19,
1.20 codec_g726.c, 1.13, 1.14 codec_gsm.c, 1.19,
1.20 codec_ilbc.c, 1.12, 1.13 codec_lpc10.c, 1.17,
1.18 codec_speex.c, 1.19, 1.20 codec_ulaw.c, 1.14,
1.15 g723_slin_ex.h, 1.2, 1.3 g726_slin_ex.h, 1.1,
1.2 gsm_slin_ex.h, 1.2, 1.3 ilbc_slin_ex.h, 1.2,
1.3 log2comp.h, 1.3, 1.4 lpc10_slin_ex.h, 1.1,
1.2 slin_adpcm_ex.h, 1.1, 1.2 slin_g723_ex.h, 1.2,
1.3 slin_g726_ex.h, 1.1, 1.2 slin_gsm_ex.h, 1.2,
1.3 slin_ilbc_ex.h, 1.1, 1.2 slin_lpc10_ex.h, 1.1,
1.2 slin_speex_ex.h, 1.2, 1.3 slin_ulaw_ex.h, 1.1,
1.2 speex_slin_ex.h, 1.1, 1.2 ulaw_slin_ex.h, 1.1, 1.2
- Next message: [Asterisk-cvs] asterisk devicestate.c,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list