[Asterisk-cvs] asterisk/res res_features.c,1.16.2.4,1.16.2.5
russell at lists.digium.com
russell at lists.digium.com
Fri Apr 15 02:24:08 CDT 2005
- Previous message: [Asterisk-cvs] asterisk/apps app_meetme.c, 1.60.2.2,
1.60.2.3 app_qcall.c, 1.13, 1.13.2.1 app_queue.c, 1.87.2.4, 1.87.2.5
- Next message: [Asterisk-cvs] asterisk/channels chan_iax2.c, 1.188.2.17,
1.188.2.18 chan_skinny.c, 1.54.2.2, 1.54.2.3 chan_zap.c,
1.344.2.14, 1.344.2.15 iax2.h, 1.15, 1.15.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/tmp/cvs-serv21184/res
Modified Files:
Tag: v1-0
res_features.c
Log Message:
add some newlines and fix some misspellings (bug #4027)
Index: res_features.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_features.c,v
retrieving revision 1.16.2.4
retrieving revision 1.16.2.5
diff -u -d -r1.16.2.4 -r1.16.2.5
--- res_features.c 17 Mar 2005 23:48:42 -0000 1.16.2.4
+++ res_features.c 15 Apr 2005 07:15:39 -0000 1.16.2.5
@@ -795,7 +795,7 @@
dres = 0;
}
if (option_verbose > 2)
- ast_verbose(VERBOSE_PREFIX_3 "Channel %s tried to talk to non-existant parked call %d\n", chan->name, park);
+ ast_verbose(VERBOSE_PREFIX_3 "Channel %s tried to talk to nonexistent parked call %d\n", chan->name, park);
res = -1;
}
LOCAL_USER_REMOVE(u);
- Previous message: [Asterisk-cvs] asterisk/apps app_meetme.c, 1.60.2.2,
1.60.2.3 app_qcall.c, 1.13, 1.13.2.1 app_queue.c, 1.87.2.4, 1.87.2.5
- Next message: [Asterisk-cvs] asterisk/channels chan_iax2.c, 1.188.2.17,
1.188.2.18 chan_skinny.c, 1.54.2.2, 1.54.2.3 chan_zap.c,
1.344.2.14, 1.344.2.15 iax2.h, 1.15, 1.15.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list