summaryrefslogtreecommitdiff
path: root/graphics/plotutils/files/patch-libplot_g__write.c
blob: f903fef8845001fd1d73a5de0e4914177fd587ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- libplot/g_write.c.orig	Fri May 19 11:10:01 2000
+++ libplot/g_write.c	Thu Aug  7 11:48:12 2003
@@ -40,7 +40,7 @@
     }
 #ifdef LIBPLOTTER
   else if (data->outstream)
-    data->outstream->write(c, n);
+    data->outstream->write((const char*)c, n);
 #endif
 }