aboutsummaryrefslogtreecommitdiff
path: root/test/paramDump.c
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2009-09-22 22:52:14 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2009-09-22 22:52:14 +0000
commit10b3fead00db11665f678639101e2c7653687140 (patch)
tree1ec8ab3647e2406f84ee5933d22d16b66a675107 /test/paramDump.c
parentdcbd2547e31e9fd6f2c736bea8ffd082eded7c97 (diff)
Almost ready for a release
svn path=/trunk/externals/tof/; revision=12429
Diffstat (limited to 'test/paramDump.c')
-rw-r--r--test/paramDump.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/paramDump.c b/test/paramDump.c
index af7bd16..a236533 100644
--- a/test/paramDump.c
+++ b/test/paramDump.c
@@ -106,11 +106,13 @@ static void paramDump_bang(t_paramDump *x) {
struct param* pp = get_param_list(x->root);
+ #ifdef PARAMDEBUG
if (pp == NULL) {
post("No params found");
} else {
post("Found params");
}
+ #endif
while (pp) {
//if (pp->root == x->root) {
param_output_prepend(pp,x->outlet,pp->path);