mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
14 lines
280 B
C
14 lines
280 B
C
|
|
$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
|
|
}
|
|
|