[asterisk-commits] twilson: branch twilson/config_work r367834 - /team/twilson/config_work/apps/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue May 29 02:11:54 CDT 2012


Author: twilson
Date: Tue May 29 02:11:51 2012
New Revision: 367834

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=367834
Log:
Revert some test code

Modified:
    team/twilson/config_work/apps/app_skel.c

Modified: team/twilson/config_work/apps/app_skel.c
URL: http://svnview.digium.com/svn/asterisk/team/twilson/config_work/apps/app_skel.c?view=diff&rev=367834&r1=367833&r2=367834
==============================================================================
--- team/twilson/config_work/apps/app_skel.c (original)
+++ team/twilson/config_work/apps/app_skel.c Tue May 29 02:11:51 2012
@@ -658,7 +658,7 @@
 	}
 
 	/* Global options */
-	aco_option_register(&cfg_info, "^games$", ACO_REGEX, global_options, "3", OPT_UINT_T, 0, FLDSET(struct skel_global_config, num_games));
+	aco_option_register(&cfg_info, "games", ACO_EXACT, global_options, "3", OPT_UINT_T, 0, FLDSET(struct skel_global_config, num_games));
 	aco_option_register_custom(&cfg_info, "cheat", ACO_EXACT, global_options, "no", custom_bitfield_handler, 0);
 
 	/* Sound options */




More information about the asterisk-commits mailing list