[asterisk-commits] qwell: branch 1.4 r245496 - in /branches/1.4/main: ast_expr2.fl ast_expr2f.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Feb 8 14:39:52 CST 2010
Author: qwell
Date: Mon Feb 8 14:39:50 2010
New Revision: 245496
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=245496
Log:
Remove reference of documentation in source directory.
People don't always build Asterisk from source (distro packages, anybody?).
Modified:
branches/1.4/main/ast_expr2.fl
branches/1.4/main/ast_expr2f.c
Modified: branches/1.4/main/ast_expr2.fl
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/main/ast_expr2.fl?view=diff&rev=245496&r1=245495&r2=245496
==============================================================================
--- branches/1.4/main/ast_expr2.fl (original)
+++ branches/1.4/main/ast_expr2.fl Mon Feb 8 14:39:50 2010
@@ -415,7 +415,7 @@
(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/channelvariables.txt in the asterisk source.\n");
+ ast_log(LOG_WARNING,"If you have questions, please refer to doc/channelvariables.txt.\n");
#endif
free(s2);
return(0);
Modified: branches/1.4/main/ast_expr2f.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/main/ast_expr2f.c?view=diff&rev=245496&r1=245495&r2=245496
==============================================================================
--- branches/1.4/main/ast_expr2f.c (original)
+++ branches/1.4/main/ast_expr2f.c Mon Feb 8 14:39:50 2010
@@ -2534,7 +2534,7 @@
(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/channelvariables.txt in the asterisk source.\n");
+ ast_log(LOG_WARNING,"If you have questions, please refer to doc/channelvariables.txt.\n");
#endif
free(s2);
return(0);
More information about the asterisk-commits
mailing list