From 77fc5f5110c7860fb04b6ab24e6f5e77628b74fc Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Sun, 12 Mar 2006 16:29:24 +0000 Subject: update reference to doc file whose name has changed git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12544 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- ast_expr2.fl | 2 +- ast_expr2f.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ast_expr2.fl b/ast_expr2.fl index e104d2a19..32525cfff 100644 --- a/ast_expr2.fl +++ b/ast_expr2.fl @@ -201,7 +201,7 @@ int ast_yyerror (const char *s, yyltype *loc, struct parse_io *parseio ) s, parseio->string,spacebuf2); #endif #ifndef STANDALONE - ast_log(LOG_WARNING,"If you have questions, please refer to doc/README.variables in the asterisk source.\n"); + ast_log(LOG_WARNING,"If you have questions, please refer to doc/channelvariables.txt in the asterisk source.\n"); #endif return(0); } diff --git a/ast_expr2f.c b/ast_expr2f.c index 3079eb901..13927ef8e 100644 --- a/ast_expr2f.c +++ b/ast_expr2f.c @@ -2981,7 +2981,7 @@ int ast_yyerror (const char *s, yyltype *loc, struct parse_io *parseio ) s, parseio->string,spacebuf2); #endif #ifndef STANDALONE - ast_log(LOG_WARNING,"If you have questions, please refer to doc/README.variables in the asterisk source.\n"); + ast_log(LOG_WARNING,"If you have questions, please refer to doc/channelvariables.txt in the asterisk source.\n"); #endif return(0); } -- cgit v1.2.3