aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-25 20:33:27 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-25 20:33:27 +0000
commit4153d78895938c90d08470240522b82ee13df65f (patch)
tree3e77dcc58ee15d74189768a22d5406b3a582bd06 /include/asterisk
parent56c2458a248200d742cf62343943424bb68f4757 (diff)
Allocate comments
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@914 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk')
-rwxr-xr-xinclude/asterisk/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/config.h b/include/asterisk/config.h
index b6875049b..ff8366042 100755
--- a/include/asterisk/config.h
+++ b/include/asterisk/config.h
@@ -21,8 +21,8 @@ extern "C" {
struct ast_config;
struct ast_comment {
- char *comment;
struct ast_comment *next;
+ char cmt[0];
};
struct ast_variable {