c8b727e234
Closes PR pkg/22443.
13 lines
367 B
Text
13 lines
367 B
Text
$NetBSD: patch-ad,v 1.1 2003/09/09 14:52:56 jmmv Exp $
|
|
|
|
--- libplot/z_write.c.orig 2000-06-20 13:34:42.000000000 +0900
|
|
+++ libplot/z_write.c 2003-09-09 21:22:59.000000000 +0900
|
|
@@ -484,7 +484,7 @@
|
|
ostream *stream;
|
|
|
|
stream = (ostream *)png_get_io_ptr (png_ptr);
|
|
- stream->write (data, length);
|
|
+ stream->write ((const char *)data, length);
|
|
}
|
|
|
|
static void
|