From: Kevin P. Fleming Date: Sun, 12 Mar 2006 16:29:24 +0000 (+0000) Subject: update reference to doc file whose name has changed X-Git-Tag: 1.4.0-beta1~2444 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77fc5f5110c7860fb04b6ab24e6f5e77628b74fc;p=thirdparty%2Fasterisk.git 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 --- diff --git a/ast_expr2.fl b/ast_expr2.fl index e104d2a19a..32525cfff1 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 3079eb901d..13927ef8e1 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); }