summaryrefslogtreecommitdiff
path: root/media-sound/patchage/files/patchage-1.0.2-string.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/patchage/files/patchage-1.0.2-string.patch')
-rw-r--r--media-sound/patchage/files/patchage-1.0.2-string.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/patchage/files/patchage-1.0.2-string.patch b/media-sound/patchage/files/patchage-1.0.2-string.patch
new file mode 100644
index 000000000000..fe63be714d8a
--- /dev/null
+++ b/media-sound/patchage/files/patchage-1.0.2-string.patch
@@ -0,0 +1,11 @@
+--- a/src/Patchage.cpp
++++ b/src/Patchage.cpp
+@@ -743,7 +743,7 @@
+ for (int c = 0; cmd[c].uuid; ++c) {
+ std::string command = cmd[c].command;
+ const size_t index = command.find(var);
+- if (index != string::npos) {
++ if (index != std::string::npos) {
+ command.replace(index, var.length(), cmd[c].client_name);
+ }
+