From fc90c6f91c6c9e96353c0914d8edfc84c3538c3a Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Mon, 8 Jun 2020 00:03:21 -0400 Subject: [PATCH] fix typo --- pd/src/m_class.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd/src/m_class.c b/pd/src/m_class.c index 0656d38f8..cf0ab0721 100644 --- a/pd/src/m_class.c +++ b/pd/src/m_class.c @@ -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. -- GitLab