summaryrefslogtreecommitdiff
path: root/main/ast_expr2.fl
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2010-02-08 20:41:05 +0000
committerJason Parker <jparker@digium.com>2010-02-08 20:41:05 +0000
commite90a6b46468e69c61579c8dd8c879c5f4033c1ef (patch)
treeb0c43d7e8b62b0e5a4526619c10935be2be24917 /main/ast_expr2.fl
parent24ab9b5778552e4b5d8a741b374664a00c6a81a0 (diff)
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
Diffstat (limited to 'main/ast_expr2.fl')
-rw-r--r--main/ast_expr2.fl2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ast_expr2.fl b/main/ast_expr2.fl
index e20f194bf..96a09bc40 100644
--- a/main/ast_expr2.fl
+++ b/main/ast_expr2.fl
@@ -468,7 +468,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);