Allocate comments

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@914 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-04-25 20:33:27 +00:00
parent a54678d7fa
commit 20e1b92862
2 changed files with 10 additions and 8 deletions

View File

@@ -21,8 +21,8 @@ extern "C" {
struct ast_config;
struct ast_comment {
char *comment;
struct ast_comment *next;
char cmt[0];
};
struct ast_variable {