[Asterisk-cvs] asterisk/apps app_record.c,1.25,1.26

markster at lists.digium.com markster at lists.digium.com
Sun Oct 31 18:27:16 CST 2004


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

Modified Files:
	app_record.c 
Log Message:
Ouch.


Index: app_record.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_record.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- app_record.c	28 Oct 2004 22:14:08 -0000	1.25
+++ app_record.c	31 Oct 2004 23:29:56 -0000	1.26
@@ -86,7 +86,7 @@
 
 
 	/* The next few lines of code parse out the filename and header from the input string */
-	if (!data || !ast_strlen_zero(data)) { /* no data implies no filename or anything is present */
+	if (!data || ast_strlen_zero(data)) { /* no data implies no filename or anything is present */
 		ast_log(LOG_WARNING, "Record requires an argument (filename)\n");
 		return -1;
 	}




More information about the svn-commits mailing list