[Asterisk-cvs] asterisk/formats msgsm.h,1.2,1.3
markster at lists.digium.com
markster at lists.digium.com
Sat Jan 15 17:44:42 CST 2005
- Previous message: [Asterisk-cvs] asterisk/db1-ast/hash hash_func.c,1.2,1.3
- Next message: [Asterisk-cvs]
asterisk/include/asterisk acl.h, 1.8, 1.9 adsi.h, 1.5,
1.6 alaw.h, 1.1, 1.2 app.h, 1.24, 1.25 callerid.h, 1.9,
1.10 cdr.h, 1.17, 1.18 channel.h, 1.72, 1.73 channel_pvt.h,
1.15, 1.16 cli.h, 1.6, 1.7 config.h, 1.12, 1.13 crypto.h, 1.4,
1.5 features.h, 1.3, 1.4 file.h, 1.19, 1.20 frame.h, 1.39,
1.40 image.h, 1.2, 1.3 io.h, 1.5, 1.6 logger.h, 1.9,
1.10 module.h, 1.14, 1.15 monitor.h, 1.2, 1.3 pbx.h, 1.38,
1.39 rtp.h, 1.18, 1.19 sched.h, 1.3, 1.4 tdd.h, 1.1,
1.2 translate.h, 1.5, 1.6 ulaw.h, 1.2, 1.3 vmodem.h, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/formats
In directory mongoose.digium.com:/tmp/cvs-serv5193/formats
Modified Files:
msgsm.h
Log Message:
Repair // comments to /* */ comments (bug #3347)
Index: msgsm.h
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/msgsm.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- msgsm.h 7 Mar 2003 06:00:13 -0000 1.2
+++ msgsm.h 15 Jan 2005 23:48:12 -0000 1.3
@@ -229,11 +229,11 @@
sr = sr >> 4;
*c = sr >> 8;
frame_chain = *c;
- readGSM_33(d+33);// puts all the parameters into LARc etc.
+ readGSM_33(d+33); /* puts all the parameters into LARc etc. */
sr = 0;
-// sr = (sr >> 4 )|( s->frame_chain << 12);
+/* sr = (sr >> 4 )|( s->frame_chain << 12); */
sr = (sr >> 4 )|( frame_chain << 12);
sr = (sr >> 6 )|( LARc[0] << 10);
@@ -570,7 +570,7 @@
frame_chain = sr & 0xf;
- writeGSM_33(d);// LARc etc. -> array of 33 GSM bytes
+ writeGSM_33(d);/* LARc etc. -> array of 33 GSM bytes */
sr = frame_chain;
- Previous message: [Asterisk-cvs] asterisk/db1-ast/hash hash_func.c,1.2,1.3
- Next message: [Asterisk-cvs]
asterisk/include/asterisk acl.h, 1.8, 1.9 adsi.h, 1.5,
1.6 alaw.h, 1.1, 1.2 app.h, 1.24, 1.25 callerid.h, 1.9,
1.10 cdr.h, 1.17, 1.18 channel.h, 1.72, 1.73 channel_pvt.h,
1.15, 1.16 cli.h, 1.6, 1.7 config.h, 1.12, 1.13 crypto.h, 1.4,
1.5 features.h, 1.3, 1.4 file.h, 1.19, 1.20 frame.h, 1.39,
1.40 image.h, 1.2, 1.3 io.h, 1.5, 1.6 logger.h, 1.9,
1.10 module.h, 1.14, 1.15 monitor.h, 1.2, 1.3 pbx.h, 1.38,
1.39 rtp.h, 1.18, 1.19 sched.h, 1.3, 1.4 tdd.h, 1.1,
1.2 translate.h, 1.5, 1.6 ulaw.h, 1.2, 1.3 vmodem.h, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list