You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-misc/wsmake/files/wsmake-0.6.4-bv.diff

14 lines
257 B

--- a/libwsmake/wsUtil.cpp
+++ b/libwsmake/wsUtil.cpp
@@ -714,7 +714,8 @@
if(__wsmake_quiet) return;
vfprintf(out,output,*ap);
- va_end((void*&)*ap);
+ //BV: this does not compile: va_end((void*&)*ap);
+ va_end((char*&)*ap);
}
#ifdef DEBUG