[svn-commits] qwell: trunk r245497 - in /trunk: ./ main/ast_expr2.fl main/ast_expr2f.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Feb 8 14:41:07 CST 2010


Author: qwell
Date: Mon Feb  8 14:41:05 2010
New Revision: 245497

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=245497
Log:
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?).
........

Modified:
    trunk/   (props changed)
    trunk/main/ast_expr2.fl
    trunk/main/ast_expr2f.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/main/ast_expr2.fl
URL: http://svnview.digium.com/svn/asterisk/trunk/main/ast_expr2.fl?view=diff&rev=245497&r1=245496&r2=245497
==============================================================================
--- trunk/main/ast_expr2.fl (original)
+++ trunk/main/ast_expr2.fl Mon Feb  8 14:41:05 2010
@@ -468,7 +468,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/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);

Modified: trunk/main/ast_expr2f.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/ast_expr2f.c?view=diff&rev=245497&r1=245496&r2=245497
==============================================================================
--- trunk/main/ast_expr2f.c (original)
+++ trunk/main/ast_expr2f.c Mon Feb  8 14:41:05 2010
@@ -2603,7 +2603,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/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);




More information about the svn-commits mailing list