diff options
Diffstat (limited to 'www-misc/wsmake/files/wsmake-0.6.4-bv.diff')
-rw-r--r-- | www-misc/wsmake/files/wsmake-0.6.4-bv.diff | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www-misc/wsmake/files/wsmake-0.6.4-bv.diff b/www-misc/wsmake/files/wsmake-0.6.4-bv.diff deleted file mode 100644 index 15cdf05f5d25..000000000000 --- a/www-misc/wsmake/files/wsmake-0.6.4-bv.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- 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 - |