From: Automerge Script Date: Fri, 15 Jun 2007 00:25:07 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.19-netsec~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d36f734cca7455c916abeb0be2b66548e9d90b2d;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@69515 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/config.c b/config.c index 5136db92df..f235bb727e 100644 --- a/config.c +++ b/config.c @@ -661,7 +661,7 @@ static struct ast_config *config_text_file_load(const char *database, const char fclose(f); } while(0); if (comment) { - ast_log(LOG_WARNING,"Unterminated comment detected beginning on line %d\n", nest[comment]); + ast_log(LOG_WARNING,"Unterminated comment detected beginning on line %d\n", nest[comment - 1]); } #ifdef AST_INCLUDE_GLOB if (!cfg)