summaryrefslogtreecommitdiff
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, 0 insertions, 11 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
deleted file mode 100644
index fe63be714d8a..000000000000
--- a/media-sound/patchage/files/patchage-1.0.2-string.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);
- }
-