Skip to content
Snippets Groups Projects
Commit 83917938 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

Merge branch 'fix-typo-for-ico'

parents 8bf9dbb5 fc90c6f9
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment