Skip to content
Snippets Groups Projects
Commit 9e16228c authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

post-experiment save

parent 173559e8
No related branches found
No related tags found
No related merge requests found
...@@ -1026,6 +1026,7 @@ int binbuf_write(t_binbuf *x, char *filename, char *dir, int crflag) ...@@ -1026,6 +1026,7 @@ int binbuf_write(t_binbuf *x, char *filename, char *dir, int crflag)
char bp2[WBUFSIZE]; char bp2[WBUFSIZE];
atom_string(ap, bp2, WBUFSIZE); atom_string(ap, bp2, WBUFSIZE);
strnescape(bp, bp2, (ep-bp)-2); strnescape(bp, bp2, (ep-bp)-2);
//atom_string(ap, bp, (ep-bp)-2);
length = strlen(bp); length = strlen(bp);
bp += length; bp += length;
ncolumn += length; ncolumn += length;
......
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