Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 261676
Collapse All | Expand All

(-)emu.c (-1 / +1 lines)
Lines 1271-1277 Link Here
1271
  gamegenie = 0;
1271
  gamegenie = 0;
1272
1272
1273
  /* check for the default output device */
1273
  /* check for the default output device */
1274
  if ((audiofd = open (DSP, O_CREAT | O_WRONLY | O_APPEND)) < 0)
1274
  if ((audiofd = open (DSP, O_CREAT | O_WRONLY | O_APPEND, 0666)) < 0)
1275
    sound_config.audiofile = NULL;
1275
    sound_config.audiofile = NULL;
1276
  else {
1276
  else {
1277
    sound_config.audiofile = DSP;
1277
    sound_config.audiofile = DSP;

Return to bug 261676