diff --git a/pd/src/m_binbuf.c b/pd/src/m_binbuf.c index 313164b75954f003ec0141e5322733ce84e39c50..62b13f72e33215a16c67e65d668d4ccdc7e7bc1c 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;