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
Jonathan Wilkes
purr-data
Commits
fc90c6f9
Commit
fc90c6f9
authored
Jun 08, 2020
by
Jonathan Wilkes
Browse files
fix typo
parent
8bf9dbb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/m_class.c
View file @
fc90c6f9
...
...
@@ -705,7 +705,7 @@ extern t_pd *pd_mess_from_responder(t_pd *x);
Pd Vanilla apparently made a special case to handle this-- instead of using
the comma after the "restore" message it starts a new "#X f 12;" which
ensures that the #X is bound to the correct canvas. But that means it fails
for the old
the old
syntax, and there are patches in the wild that use it.
for the old syntax, and there are patches in the wild that use it.
So we support _both_ of these styles in Purr Data by doing the following:
1. Checking if the last typedmess was "restore" selector.
...
...
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