[asterisk-commits] russell: trunk r67782 - /trunk/main/app.c
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Wed Jun  6 12:00:40 MST 2007
    
    
  
Author: russell
Date: Wed Jun  6 14:00:40 2007
New Revision: 67782
URL: http://svn.digium.com/view/asterisk?view=rev&rev=67782
Log:
Make another formatting change ... testing mantis/svn stuff
(issue #9828)
Modified:
    trunk/main/app.c
Modified: trunk/main/app.c
URL: http://svn.digium.com/view/asterisk/trunk/main/app.c?view=diff&rev=67782&r1=67781&r2=67782
==============================================================================
--- trunk/main/app.c (original)
+++ trunk/main/app.c Wed Jun  6 14:00:40 2007
@@ -540,7 +540,7 @@
 		maxsilence = global_maxsilence;
 
 	/* barf if no pointer passed to store duration in */
-	if (duration == NULL) {
+	if (!duration) {
 		ast_log(LOG_WARNING, "Error play_and_record called without duration pointer\n");
 		return -1;
 	}
    
    
More information about the asterisk-commits
mailing list