From 0a63e95f5910cd14bbc418337d1fcd8496a5fb43 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Sun, 14 Jan 2018 15:55:29 -0500 Subject: [PATCH] trim space --- pd/src/m_binbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd/src/m_binbuf.c b/pd/src/m_binbuf.c index a2830e860..db7cbff15 100644 --- a/pd/src/m_binbuf.c +++ b/pd/src/m_binbuf.c @@ -1627,7 +1627,7 @@ int binbuf_match(t_binbuf *inbuf, t_binbuf *searchbuf, int wholeword) } else if (a1->a_type == A_FLOAT) { - if (a2->a_type != a1->a_type || + if (a2->a_type != a1->a_type || a1->a_w.w_float != a2->a_w.w_float) goto nomatch; } -- GitLab