]> git.pld-linux.org Git - packages/StepMania.git/blob - StepMania-3.9-alsa.patch
- cleanup
[packages/StepMania.git] / StepMania-3.9-alsa.patch
1 --- src/arch/Sound/ALSA9Helpers.cpp.ori 2005-12-29 17:14:29.172002500 +0100
2 +++ src/arch/Sound/ALSA9Helpers.cpp     2005-12-29 17:49:07.609896750 +0100
3 @@ -257,10 +257,9 @@
4                 CHECKPOINT;
5                 dsnd_pcm_close(pcm);
6                 CHECKPOINT;
7 -               RageException::ThrowNonfatal( "SetHWParams failed" );
8         }
9 -
10 -       SetSWParams();
11 +       else
12 +               SetSWParams();
13  }
14  
15  Alsa9Buf::~Alsa9Buf()
This page took 0.061493 seconds and 3 git commands to generate.