Mercurial > audlegacy
diff src/audacious/flow.c @ 4267:a41fb6bc632a
- src stuff traveled to src_flow.c
- vis works again.
| author | Eugene Zagidullin <e.asphyx@gmail.com> |
|---|---|
| date | Sun, 10 Feb 2008 07:19:45 +0300 |
| parents | 6f4068a0f291 |
| children |
line wrap: on
line diff
--- a/src/audacious/flow.c Sat Feb 09 01:05:36 2008 +0300 +++ b/src/audacious/flow.c Sun Feb 10 07:19:45 2008 +0300 @@ -20,6 +20,9 @@ * Audacious or using our public API to be a derived work. */ +#define AUD_DEBUG + +#include "main.h" #include "flow.h" mowgli_object_class_t flow_klass; @@ -59,8 +62,10 @@ { element->func(&context); - if (context.error) + if (context.error) { + AUDDBG("context.error!\n"); break; + } } *data = context.data;
