let's not increment in GST_DEBUG code...

Original commit message from CVS:
let's not increment in GST_DEBUG code...
This commit is contained in:
Andy Wingo 2002-03-04 05:37:26 +00:00
parent 4ec2d4aaf7
commit f42c6f238f

View file

@ -600,8 +600,8 @@ gst_parse_launch (const gchar * pipeline_description)
g_slist_free (string_list);
/* print them out */
while (argvn[i]) {
GST_DEBUG (0, "arg %d is: %s\n", i, argvn[i++]);
while (argvn[i++]) {
GST_DEBUG (0, "arg %d is: %s\n", i-1, argvn[i-1]);
}
/* do it! */