From: Jason Parker Date: Mon, 8 Feb 2010 20:42:00 +0000 (+0000) Subject: Merged revisions 245497 via svnmerge from X-Git-Tag: 1.6.0.23-rc2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2b45219ee60a107a591af7428b4fed6e921fe1f;p=thirdparty%2Fasterisk.git Merged revisions 245497 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ................ r245497 | qwell | 2010-02-08 14:41:05 -0600 (Mon, 08 Feb 2010) | 11 lines Merged revisions 245496 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r245496 | qwell | 2010-02-08 14:39:50 -0600 (Mon, 08 Feb 2010) | 4 lines Remove reference of documentation in source directory. People don't always build Asterisk from source (distro packages, anybody?). ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@245498 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/ast_expr2.fl b/main/ast_expr2.fl index aa5d59e9bf..cb49b18a33 100644 --- a/main/ast_expr2.fl +++ b/main/ast_expr2.fl @@ -444,7 +444,7 @@ int ast_yyerror (const char *s, yyltype *loc, struct parse_io *parseio ) (extra_error_message_supplied?extra_error_message:""), s2, parseio->string,spacebuf2); #endif #ifndef STANDALONE - ast_log(LOG_WARNING,"If you have questions, please refer to doc/tex/channelvariables.tex in the asterisk source.\n"); + ast_log(LOG_WARNING,"If you have questions, please refer to doc/tex/channelvariables.tex.\n"); #endif free(s2); return(0); diff --git a/main/ast_expr2f.c b/main/ast_expr2f.c index ec0cb99eab..98db719aef 100644 --- a/main/ast_expr2f.c +++ b/main/ast_expr2f.c @@ -2521,7 +2521,7 @@ int ast_yyerror (const char *s, yyltype *loc, struct parse_io *parseio ) (extra_error_message_supplied?extra_error_message:""), s2, parseio->string,spacebuf2); #endif #ifndef STANDALONE - ast_log(LOG_WARNING,"If you have questions, please refer to doc/tex/channelvariables.tex in the asterisk source.\n"); + ast_log(LOG_WARNING,"If you have questions, please refer to doc/tex/channelvariables.tex.\n"); #endif free(s2); return(0);