summarylogtreecommitdiffstats
path: root/sidplay-libs-03-operator.patch
diff options
context:
space:
mode:
authordhead6662015-07-07 18:37:12 +0300
committerdhead6662015-07-07 18:37:12 +0300
commit150dbcfb02b96c3fef1f105efc8c0af0c144454f (patch)
treed239ab1ad7bedaa749fed9eafdb6c3f2d856fdd4 /sidplay-libs-03-operator.patch
downloadaur-sidplay-libs.tar.gz
initial commit
Diffstat (limited to 'sidplay-libs-03-operator.patch')
-rw-r--r--sidplay-libs-03-operator.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sidplay-libs-03-operator.patch b/sidplay-libs-03-operator.patch
new file mode 100644
index 000000000000..88af8ccd34b5
--- /dev/null
+++ b/sidplay-libs-03-operator.patch
@@ -0,0 +1,11 @@
+--- sidplay-libs-2.1.1/libsidutils/include/sidplay/utils/SidUsage.h.orig 2013-11-18 00:58:06.111224154 +0100
++++ sidplay-libs-2.1.1/libsidutils/include/sidplay/utils/SidUsage.h 2013-11-18 00:58:28.219225212 +0100
+@@ -33,7 +33,7 @@
+ uint_least16_t length; // usage scan length
+
+ // Copy common parts of basic usage to extended usage.
+- sid2_usage_t &sid2_usage_t::operator= (const sid_usage_t &usage)
++ sid2_usage_t &operator= (const sid_usage_t &usage)
+ {
+ *((sid_usage_t *) this) = usage;
+ return *this;