You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-emulation/tuxnes/files/tuxnes-0.75-gcc43.patch

12 lines
398 B

--- emu.c 2009-03-11 23:10:09.000000000 +0000
+++ emu.c 2009-03-11 23:17:13.000000000 +0000
@@ -1271,7 +1271,7 @@
gamegenie = 0;
/* check for the default output device */
- if ((audiofd = open (DSP, O_CREAT | O_WRONLY | O_APPEND)) < 0)
+ if ((audiofd = open (DSP, O_CREAT | O_WRONLY | O_APPEND, 0666)) < 0)
sound_config.audiofile = NULL;
else {
sound_config.audiofile = DSP;