Skip to content

Commit 0d07890

Browse files
committed
update to core
1 parent a6a3514 commit 0d07890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mapnik_image_view.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ using mapnik::save_to_file;
4949
PyObject* view_tostring1(image_view_any const& view)
5050
{
5151
std::ostringstream ss(std::ios::out|std::ios::binary);
52-
mapnik::view_to_string(view, ss);
52+
mapnik::view_to_stream(view, ss);
5353
return
5454
#if PY_VERSION_HEX >= 0x03000000
5555
::PyBytes_FromStringAndSize

0 commit comments

Comments
 (0)