Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
brittney allen
purr-data
Commits
83917938
Commit
83917938
authored
4 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix-typo-for-ico'
parents
8bf9dbb5
fc90c6f9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pd/src/m_class.c
+1
-1
1 addition, 1 deletion
pd/src/m_class.c
with
1 addition
and
1 deletion
pd/src/m_class.c
+
1
−
1
View file @
83917938
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment