From 9e16228c74ffa8e0525dcdd420acc91e6207ab50 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Sat, 15 Dec 2012 16:31:46 -0500 Subject: [PATCH] post-experiment save --- pd/src/m_binbuf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pd/src/m_binbuf.c b/pd/src/m_binbuf.c index 313164b75..62b13f72e 100644 --- a/pd/src/m_binbuf.c +++ b/pd/src/m_binbuf.c @@ -1026,6 +1026,7 @@ int binbuf_write(t_binbuf *x, char *filename, char *dir, int crflag) char bp2[WBUFSIZE]; atom_string(ap, bp2, WBUFSIZE); strnescape(bp, bp2, (ep-bp)-2); + //atom_string(ap, bp, (ep-bp)-2); length = strlen(bp); bp += length; ncolumn += length; -- GitLab