aboutsummaryrefslogtreecommitdiffstats
path: root/main/ast_expr2f.c
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-08 20:41:05 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-08 20:41:05 +0000
commit43094686f8239f24b9886bee12e4c209e9e1710c (patch)
treeb0c43d7e8b62b0e5a4526619c10935be2be24917 /main/ast_expr2f.c
parent3112a655d29c60db70e32955a59bb7bad6f54431 (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: http://svn.digium.com/svn/asterisk/trunk@245497 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/ast_expr2f.c')
-rw-r--r--main/ast_expr2f.c2
1 files changed, 1 insertions, 1 deletions
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);