summary refs log tree commit diff
path: root/pkgs/development/libraries/openal-soft/search-out.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/openal-soft/search-out.patch')
-rw-r--r--pkgs/development/libraries/openal-soft/search-out.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/openal-soft/search-out.patch b/pkgs/development/libraries/openal-soft/search-out.patch
index 796642aa3c899..5813cd48ee67f 100644
--- a/pkgs/development/libraries/openal-soft/search-out.patch
+++ b/pkgs/development/libraries/openal-soft/search-out.patch
@@ -1,7 +1,7 @@
 diff --git a/alc/helpers.cpp b/alc/helpers.cpp
 index 8c1c856..19bbc0f 100644
---- a/alc/helpers.cpp
-+++ b/alc/helpers.cpp
+--- a/core/helpers.cpp
++++ b/core/helpers.cpp
 @@ -402,6 +402,7 @@ al::vector<std::string> SearchDataFiles(const char *ext, const char *subdir)
  
          DirectorySearch(path.c_str(), ext, &results);