1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/math/xgraph/files/patch-ac

12 lines
323 B
Plaintext
Raw Normal View History

--- xtb.c.orig Thu Jul 17 04:26:41 1997
+++ xtb.c Fri Dec 10 03:06:26 1999
@@ -196,7 +196,7 @@
{
xtb_data data;
- if (!XFindContext(t_disp, win, h_context, &data)) {
+ if (!XFindContext(t_disp, win, h_context, (XPointer*)&data)) {
return ((struct h_info *) data)->info;
} else {
return (xtb_data) 0;