c9c8f97e88
- Depend on the latest version of xview-config - Mark as LICENSE sun-openlook-license - Bump pkgrevision
13 lines
455 B
Text
13 lines
455 B
Text
$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 )
|