summaryrefslogtreecommitdiff
path: root/x11/xpenguins/patches/patch-ab
blob: 1824aefd7c40eef92c5c5271620278fc2e6ca4b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1 2000/08/18 18:34:23 wiz Exp $

--- toon.c.orig	Tue May 23 10:07:29 2000
+++ toon.c
@@ -182,6 +182,8 @@
 {
    int i, status;
    XpmAttributes attributes;
+
+   memset(&attributes, 0, sizeof(attributes));
    for (i=0;i<n;i++) {
       attributes.valuemask |= (XpmReturnPixels
                 | XpmReturnExtensions | XpmExactColors | XpmCloseness);