[Asterisk-cvs] asterisk app.c,1.53,1.54

markster at lists.digium.com markster at lists.digium.com
Sun Mar 27 16:36:04 CST 2005


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

Modified Files:
	app.c 
Log Message:
Fix app bug, update skel example, add skel to makefile as option (bug #3869)


Index: app.c
===================================================================
RCS file: /usr/cvsroot/asterisk/app.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- app.c	23 Mar 2005 05:56:31 -0000	1.53
+++ app.c	27 Mar 2005 22:29:57 -0000	1.54
@@ -1489,7 +1489,8 @@
 				ast_log(LOG_WARNING, "Missing closing parenthesis for argument '%c'\n", curarg);
 				res = -1;
 			}
-		}
+		} else if (argloc)
+			args[argloc - 1] = NULL;
 	}
 	return res;
 }




More information about the svn-commits mailing list