From 4bc7df45f5a95edbf05b376f69ac9026c5972884 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Sat, 16 Aug 2014 23:38:07 -0400 Subject: [PATCH] *cosmetic change to the preset's debugging output --- pd/src/x_preset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd/src/x_preset.c b/pd/src/x_preset.c index 4243cf027..bccaac395 100644 --- a/pd/src/x_preset.c +++ b/pd/src/x_preset.c @@ -1013,7 +1013,7 @@ void preset_hub_recall(t_preset_hub *x, t_float f) hd = x->ph_data; while (hd) { - if(PH_DEBUG) fprintf(stderr," searching\n"); + if(PH_DEBUG) fprintf(stderr," searching\n"); // now check if the object is active (node pointer is not NULL) if (hd->phd_node) { -- GitLab