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
Rishabh Gupta
purr-data
Commits
6c456771
Commit
6c456771
authored
Jun 03, 2016
by
Jonathan Wilkes
Browse files
fix for DT_TEXT
parent
749efb33
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_readwrite.c
View file @
6c456771
...
...
@@ -501,8 +501,8 @@ static void canvas_addtemplatesforscalar(t_symbol *templatesym,
}
else
if
(
ds
->
ds_type
==
DT_TEXT
)
{
canvas_addtemplatesforlist
(
w
->
w_list
->
gl_list
,
p_ntemplates
,
p_templatevec
);
//
canvas_addtemplatesforlist(w->w_list->gl_list,
//
p_ntemplates, p_templatevec);
}
}
}
...
...
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