[asterisk-commits] murf: branch murf/fast-ast2 r89064 - /team/murf/fast-ast2/main/config.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Nov 6 15:20:17 CST 2007
Author: murf
Date: Tue Nov 6 15:20:17 2007
New Revision: 89064
URL: http://svn.digium.com/view/asterisk?view=rev&rev=89064
Log:
a little fix to a comment
Modified:
team/murf/fast-ast2/main/config.c
Modified: team/murf/fast-ast2/main/config.c
URL: http://svn.digium.com/view/asterisk/team/murf/fast-ast2/main/config.c?view=diff&rev=89064&r1=89063&r2=89064
==============================================================================
--- team/murf/fast-ast2/main/config.c (original)
+++ team/murf/fast-ast2/main/config.c Tue Nov 6 15:20:17 2007
@@ -214,7 +214,7 @@
struct ast_category {
char name[80];
- int ignored; /*!< do not let user of the config see this category */
+ int ignored; /*!< do not let user of the config see this category -- set by (!) after the category decl; a template */
int include_level;
char *file; /*!< the file name from whence this declaration was read */
int lineno;
More information about the asterisk-commits
mailing list