openbsd-ports/www/links+/patches/patch-html_r_c
fgsch 6e5d467155 update to 2.1pre15. prompted some time ago by
Julian Leyh <oenone at oenone dot de>. sorry for the delay dude.
2004-12-04 01:01:42 +00:00

13 lines
418 B
Plaintext

$OpenBSD: patch-html_r_c,v 1.4 2004/12/04 01:01:42 fgsch Exp $
--- html_r.c.orig Tue Apr 20 05:08:41 2004
+++ html_r.c Fri Dec 3 20:35:31 2004
@@ -930,7 +930,7 @@ void *html_special(struct part *p, int c
case SP_TABLE:
return convert_table;
case SP_USED:
- return (void *)!!p->data;
+ return (void *)(intptr_t)!!p->data;
case SP_FRAMESET:
fsp = va_arg(l, struct frameset_param *);
va_end(l);