From e90a6b46468e69c61579c8dd8c879c5f4033c1ef Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Mon, 8 Feb 2010 20:41:05 +0000 Subject: 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/trunk@245497 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/ast_expr2f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/ast_expr2f.c') diff --git a/main/ast_expr2f.c b/main/ast_expr2f.c index 631ce30cf..f65c4f49f 100644 --- a/main/ast_expr2f.c +++ b/main/ast_expr2f.c @@ -2603,7 +2603,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); -- cgit v1.2.3