aboutsummaryrefslogtreecommitdiff
path: root/audio/openal-soft/files/patch-Alc_backends_oss.c
blob: 20514bf852957f77c2fe7b4fa83865842510498c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Alc/backends/oss.c.orig	2012-03-28 17:55:17.000000000 +0200
+++ Alc/backends/oss.c	2012-04-22 14:13:19.000000000 +0200
@@ -511,7 +511,7 @@
         {
 #ifdef HAVE_STAT
             struct stat buf;
-            if(stat(oss_device, &buf) == 0)
+            if(stat(oss_driver, &buf) == 0)
 #endif
                 AppendAllDeviceList(oss_device);
         }