summarylogtreecommitdiffstats
path: root/fix_memcpy.patch
diff options
context:
space:
mode:
authorWilken 'Akiko' Gottwalt2017-06-23 21:12:26 +0200
committerWilken 'Akiko' Gottwalt2017-06-23 21:12:26 +0200
commit6a1efafe23fd3003123cd7f87037ba62271d3cb8 (patch)
tree294bf510866b57f1a5c1b83f9e4666d1c60938c5 /fix_memcpy.patch
parent9f243edbfd85bef14114bac9f38f1f496489f956 (diff)
downloadaur-6a1efafe23fd3003123cd7f87037ba62271d3cb8.tar.gz
Version bump from 1.5.1 to 1.5.2. Also removed the memfix patch, because it got
fixed finally.
Diffstat (limited to 'fix_memcpy.patch')
-rw-r--r--fix_memcpy.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/fix_memcpy.patch b/fix_memcpy.patch
deleted file mode 100644
index 4e5a5d4438c4..000000000000
--- a/fix_memcpy.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urpN a/source/paint/detail/image_png.hpp b/source/paint/detail/image_png.hpp
---- a/source/paint/detail/image_png.hpp 2016-02-08 12:57:42.000000000 +0100
-+++ b/source/paint/detail/image_png.hpp 2016-07-10 12:20:27.927506748 +0200
-@@ -10,7 +10,7 @@
- #include <png.h>
- #endif
-
--#include <stdio.h>
-+#include <cstring>
-
- namespace nana
- {