Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
4bc7df45
Commit
4bc7df45
authored
Aug 16, 2014
by
Ivica Bukvic
Browse files
*cosmetic change to the preset's debugging output
parent
928dc53d
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/x_preset.c
View file @
4bc7df45
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment