Index: apps/app_record.c =================================================================== RCS file: /usr/cvsroot/asterisk/apps/app_record.c,v retrieving revision 1.25 diff -u -r1.25 app_record.c --- apps/app_record.c 28 Oct 2004 22:14:08 -0000 1.25 +++ apps/app_record.c 31 Oct 2004 20:25:19 -0000 @@ -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; }