[svn-commits] russell: branch group/newcdr r202005 - /team/group/newcdr/main/event.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jun 19 16:05:37 CDT 2009


Author: russell
Date: Fri Jun 19 16:05:33 2009
New Revision: 202005

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=202005
Log:
Give the description a longer length limit

Modified:
    team/group/newcdr/main/event.c

Modified: team/group/newcdr/main/event.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/newcdr/main/event.c?view=diff&rev=202005&r1=202004&r2=202005
==============================================================================
--- team/group/newcdr/main/event.c (original)
+++ team/group/newcdr/main/event.c Fri Jun 19 16:05:33 2009
@@ -119,7 +119,7 @@
 struct ast_event_sub {
 	enum ast_event_type type;
 	ast_event_cb_t cb;
-	char description[20];
+	char description[64];
 	void *userdata;
 	uint32_t uniqueid;
 	AST_LIST_HEAD_NOLOCK(, ast_event_ie_val) ie_vals;




More information about the svn-commits mailing list