summaryrefslogtreecommitdiff
path: root/testing/rubberband/vectorops.patch
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-10-17 14:16:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-10-17 14:16:38 +0000
commite1b3d592f43a99f4ed7c91971deda6ce8414dd69 (patch)
tree38fecdc19b201d4d28df13c22e9b3b45bb469e4b /testing/rubberband/vectorops.patch
parentd286d980d2ff42151e9bc81ec348c864c24f9cc4 (diff)
Mon Oct 17 14:16:38 UTC 2011
Diffstat (limited to 'testing/rubberband/vectorops.patch')
-rw-r--r--testing/rubberband/vectorops.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/rubberband/vectorops.patch b/testing/rubberband/vectorops.patch
deleted file mode 100644
index cae961591..000000000
--- a/testing/rubberband/vectorops.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/src/system/VectorOps.h Mon Mar 21 21:51:33 2011 +0000
-+++ b/src/system/VectorOps.h Sun Oct 02 21:12:42 2011 +0100
-@@ -84,8 +84,8 @@
- }
-
- template<typename T>
--inline void v_move(T *const R__ dst,
-- const T *const R__ src,
-+inline void v_move(T *const dst,
-+ const T *const src,
- const int count)
- {
- memmove(dst, src, count * sizeof(T));