This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
PawPaw
mirror of
https://github.com/DISTRHO/PawPaw
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
Fix modaudio (win64, debian11,ubuntu-latest)
pull/31/head
brummer10
7 months ago
parent
990b0124be
commit
f9293d554c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
patches/fluidsynth/02_skip_dsound_support.patch
+ 1
- 1
patches/fluidsynth/02_skip_dsound_support.patch
View File
@@ -69,7 +69,7 @@
error_recovery:
- delete_fluid_file_audio_driver((fluid_audio_driver_t *) dev);
+ delete_fluid_file_audio_driver(fluid_audio_driver_t *);
+ delete_fluid_file_audio_driver(fluid_audio_driver_t *
dev
);
return NULL;
}
Write
Preview
Loading…
Cancel
Save