Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring1
audiofile
createTemporaryFile-argument-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File createTemporaryFile-argument-fix.patch of Package audiofile
--- test/sixteen-stereo-to-eight-mono.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/test/sixteen-stereo-to-eight-mono.c +++ b/test/sixteen-stereo-to-eight-mono.c @@ -58,7 +58,7 @@ int main (int argc, char **argv) afInitChannels(setup, AF_DEFAULT_TRACK, 2); char testFileName[PATH_MAX]; - if (!createTemporaryFile("sixteen-to-eight", &testFileName)) + if (!createTemporaryFile("sixteen-to-eight", testFileName)) { fprintf(stderr, "Could not create temporary file.\n"); exit(EXIT_FAILURE);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor