summaryrefslogtreecommitdiff
path: root/x11/xview-lib/patches/patch-fe
blob: ea889a862c86ff945538eb3eb0bb1d0d67091cfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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 )