mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Fix build (duplicate case value)
This commit is contained in:
parent
bd85f70443
commit
40209a476a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364976
@ -0,0 +1,11 @@
|
||||
--- src/output/alsa-playback/alsaaudio.cpp.orig 2014-08-15 14:23:25.000000000 +0200
|
||||
+++ src/output/alsa-playback/alsaaudio.cpp 2014-08-15 16:29:32.000000000 +0200
|
||||
@@ -798,8 +798,6 @@
|
||||
{
|
||||
case -EPIPE:
|
||||
return xrun_recover();
|
||||
- case -ESTRPIPE:
|
||||
- return suspend_recover();
|
||||
}
|
||||
|
||||
return err;
|
Loading…
Reference in New Issue
Block a user