diff options
-rw-r--r-- | readsfv~.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -522,8 +522,7 @@ static int create_soundfile2(t_canvas *canvas, const char *filename, } canvas_makefilename(canvas, filenamebuf, buf2, MAXPDSTRING); - sys_bashfilename(buf2, buf2); - if ((fd = open(buf2, BINCREATE, 0666)) < 0) + if ((fd = sys_open(buf2, BINCREATE, 0666)) < 0) return (-1); if (write(fd, headerbuf, headersize) < headersize) |