[svn-commits] trunk - r7953 /trunk/doc/CODING-GUIDELINES

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Jan 10 18:06:17 CST 2006


Author: russell
Date: Tue Jan 10 18:06:15 2006
New Revision: 7953

URL: http://svn.digium.com/view/asterisk?rev=7953&view=rev
Log:
fix typo, thanks Qwell!

Modified:
    trunk/doc/CODING-GUIDELINES

Modified: trunk/doc/CODING-GUIDELINES
URL: http://svn.digium.com/view/asterisk/trunk/doc/CODING-GUIDELINES?rev=7953&r1=7952&r2=7953&view=diff
==============================================================================
--- trunk/doc/CODING-GUIDELINES (original)
+++ trunk/doc/CODING-GUIDELINES Tue Jan 10 18:06:15 2006
@@ -384,7 +384,7 @@
 However, the ast_strdup and ast_strdup functions will happily accept a NULL
 argument without generating an error.  The same code can be written as:
 	
-	newstr = strdup(str);
+	newstr = ast_strdup(str);
 
 
 * CLI Commands



More information about the svn-commits mailing list