[asterisk-commits] russell: trunk r67787 - /trunk/main/app.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed Jun 6 12:03:15 MST 2007
Author: russell
Date: Wed Jun 6 14:03:14 2007
New Revision: 67787
URL: http://svn.digium.com/view/asterisk?view=rev&rev=67787
Log:
Formatting change ... testing
(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=67787&r1=67786&r2=67787
==============================================================================
--- trunk/main/app.c (original)
+++ trunk/main/app.c Wed Jun 6 14:03:14 2007
@@ -1067,7 +1067,7 @@
/* Note that urgent and private are for flagging messages as such in the future */
/* barf if no pointer passed to store duration in */
- if (duration == NULL) {
+ if (!duration) {
ast_log(LOG_WARNING, "Error ast_record_review called without duration pointer\n");
return -1;
}
More information about the asterisk-commits
mailing list