Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
1d314a32
Commit
1d314a32
authored
Mar 05, 2020
by
Jonathan Wilkes
Browse files
use sys_fopen in for bonk~
parent
7f12a67b
Pipeline
#1721
passed with stage
in 259 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pd/extra/bonk~/bonk~.c
View file @
1d314a32
...
...
@@ -1150,7 +1150,7 @@ static void bonk_write(t_bonk *x, t_symbol *s)
buf
,
MAXPDSTRING
);
sys_bashfilename
(
buf
,
buf
);
if
(
!
(
fd
=
fopen
(
buf
,
"w"
)))
if
(
!
(
fd
=
sys_
fopen
(
buf
,
"w"
)))
{
post
(
"%s: couldn't create"
,
s
->
s_name
);
return
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment