SHA256
1
0
forked from pool/wireplumber
wireplumber/0001-policy-node-fix-typo-when-finding-best-target.patch

26 lines
711 B
Diff
Raw Normal View History

From 23fc4d21a9cfad492f8d3a367e438115197dff4a Mon Sep 17 00:00:00 2001
From: Julian Bouzas <julian.bouzas@collabora.com>
Date: Fri, 7 Jan 2022 10:12:04 -0500
Subject: [PATCH 01/14] policy-node: fix typo when finding best target
---
src/scripts/policy-node.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/scripts/policy-node.lua b/src/scripts/policy-node.lua
index 0d716c1..8ca5a69 100644
--- a/src/scripts/policy-node.lua
+++ b/src/scripts/policy-node.lua
@@ -482,7 +482,7 @@ function findUndefinedTarget (si)
if default_nodes ~= nil then
return findDefaultlinkable (si)
else
- return findBestlinkable (si)
+ return findBestLinkable (si)
end
end
--
2.34.1