aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-11-25 18:43:04 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-11-25 18:43:04 +0000
commit149eefeeb082494002238ee4cf4eb4ee8b759b1c (patch)
treecb91e4abdbc1375e5bae5fece706152b589e8c1b /src
parent05255fb77d671eadd94641390b5b9b804a4da2e5 (diff)
added TODO/BUG
svn path=/trunk/externals/iem/iemguts/; revision=10387
Diffstat (limited to 'src')
-rw-r--r--src/savebangs.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/savebangs.c b/src/savebangs.c
index ce019ee..d4ace75 100644
--- a/src/savebangs.c
+++ b/src/savebangs.c
@@ -27,6 +27,12 @@
* on call: we call the parents savefunction and output bangs
*/
+/*
+ * TODO: how does this behave in sub-patches?
+ * -> BUG: the depth should _really_ refer to the abstraction-depth
+ * else we get weird duplicates (most likely due to the "$0" trick
+ */
+
#include "m_pd.h"
#include "g_canvas.h"