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
Kyle McKay
libao
Commits
cafce902
Commit
cafce902
authored
Jul 28, 2019
by
Clayton Smith
Committed by
Ralph Giles
Jun 14, 2020
Browse files
Use binary mode for file output
parent
587d5721
Pipeline
#2340
passed with stage
in 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/audio_out.c
View file @
cafce902
...
...
@@ -1387,7 +1387,7 @@ ao_device *ao_open_file (int driver_id, const char *filename, int overwrite,
}
file
=
fopen
(
filename
,
"w"
);
file
=
fopen
(
filename
,
"w
b
"
);
}
...
...
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