This is an automated email from the git hooks/post-receive script.

kapouer pushed a commit to branch master
in repository mapnik.

commit 5deced305dad1cdb76f27c72d6bd34275905163b
Author: Jérémy Lal <kapo...@melix.org>
Date:   Fri Oct 24 12:45:34 2014 +0200

    Patch fixing wrong number of arguments
---
 debian/patches/fix_raster_calls.patch | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/debian/patches/fix_raster_calls.patch 
b/debian/patches/fix_raster_calls.patch
new file mode 100644
index 0000000..2616152
--- /dev/null
+++ b/debian/patches/fix_raster_calls.patch
@@ -0,0 +1,15 @@
+Description: fix raster calls wrong number of arguments
+Forwarded: TODO
+Last-Update: 2014-10-24
+Author: Jérémy Lal <kapo...@melix.org>
+--- a/plugins/input/rasterlite/rasterlite_featureset.cpp
++++ b/plugins/input/rasterlite/rasterlite_featureset.cpp
+@@ -114,7 +114,7 @@
+         {
+             if (size > 0)
+             {
+-                mapnik::raster_ptr rasterp = 
std::make_shared<mapnik::raster>(intersect, width, height);
++                mapnik::raster_ptr rasterp = 
std::make_shared<mapnik::raster>(intersect, width, height, 1.0);
+                 mapnik::image_data_32 & image = rasterp->data_;
+                 image.set(0xffffffff);
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/mapnik.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to