[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]
wml on powerpc
- From: Florian Hars <nospam@thanx>
- Date: 23 Feb 2000 17:46:23 +0100
I just found this patch against wml-1.7.4 in the debian bug database,
is this also incorporated in the official wml?
Yours, Florian.
| This package does not compile on powerpc due to misuse of va_arg(). Patch
| attached.
--- wml_backend/p2_mhc/libutils/bprintf/bprintf.c.orig Wed Feb 16 15:22:18 200
0
+++ wml_backend/p2_mhc/libutils/bprintf/bprintf.c Wed Feb 16 15:22:51 200
0
@@ -325,7 +325,7 @@
{
short value;
- value = va_arg (args, short);
+ value = (short)va_arg (args, int);
result = format_short (spec, value);
}
else
______________________________________________________________________
Website META Language (WML) www.engelschall.com/sw/wml/
Official Support Mailing List sw-wml@engelschall.com
Automated List Manager majordomo@engelschall.com