2013-09-26 17:14:40 +02:00

14 lines
455 B
Plaintext

$NetBSD: patch-fe,v 1.3 2009/12/10 20:35:58 abs Exp $
--- lib/libxview/attr/attr.c.orig 1993-06-29 05:14:36.000000000 +0000
+++ lib/libxview/attr/attr.c
@@ -91,7 +91,7 @@ Xv_private Attr_avlist copy_va_to_av( va
/* These two variables are used instead of the paramters so that the
position in the lists is maintained after a recursive call.
*/
- valist = valist1;
+ va_copy(valist, valist1);
avlist = avlist1;
if( !avlist )