[Asterisk-cvs] asterisk/apps app_readfile.c,1.3,1.4

russell at lists.digium.com russell at lists.digium.com
Mon May 16 16:53:17 CDT 2005


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv26233/apps

Modified Files:
	app_readfile.c 
Log Message:
fix description of length parameter


Index: app_readfile.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_readfile.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- app_readfile.c	29 Apr 2005 17:00:33 -0000	1.3
+++ app_readfile.c	16 May 2005 20:58:35 -0000	1.4
@@ -34,7 +34,7 @@
 "ReadFile(varname=file,length)\n"
 "  Varname - Result stored here.\n"
 "  File - The name of the file to read.\n"
-"  Length   - Maximum number of lines to capture.\n";
+"  Length - Maximum number of characters to capture.\n";
 
 STANDARD_LOCAL_USER;
 




More information about the svn-commits mailing list