diff options
author | itohy <itohy> | 1999-12-10 09:13:59 +0000 |
---|---|---|
committer | itohy <itohy> | 1999-12-10 09:13:59 +0000 |
commit | df9d7efe8594f3508c197f9d93ab2116f9ae3d20 (patch) | |
tree | aca132ccb8495f8b58e2a7f32e8373c686e538ce /sysutils/xbatt | |
parent | 8d342cf43ba8f8773bea912360dff042127e685d (diff) | |
download | pkgsrc-df9d7efe8594f3508c197f9d93ab2116f9ae3d20.tar.gz |
NULL terminate resource string table.
Diffstat (limited to 'sysutils/xbatt')
-rw-r--r-- | sysutils/xbatt/files/patch-sum | 3 | ||||
-rw-r--r-- | sysutils/xbatt/patches/patch-ab | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/sysutils/xbatt/files/patch-sum b/sysutils/xbatt/files/patch-sum index b832b295962..920497c8f99 100644 --- a/sysutils/xbatt/files/patch-sum +++ b/sysutils/xbatt/files/patch-sum @@ -1,3 +1,4 @@ -$NetBSD: patch-sum,v 1.1.1.1 1999/10/31 21:16:08 hubertf Exp $ +$NetBSD: patch-sum,v 1.2 1999/12/10 09:14:00 itohy Exp $ MD5 (patch-aa) = 36d190dbda5b9251703d41bfe1f3634e +MD5 (patch-ab) = c85af0c49ef6e035fc8643ab5a2c2ee9 diff --git a/sysutils/xbatt/patches/patch-ab b/sysutils/xbatt/patches/patch-ab new file mode 100644 index 00000000000..650702df5ce --- /dev/null +++ b/sysutils/xbatt/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 1999/12/10 09:13:59 itohy Exp $ + +--- xbatt.c.orig Fri Sep 18 21:03:05 1998 ++++ xbatt.c Fri Dec 10 07:48:25 1999 +@@ -219,6 +219,7 @@ + String fallback_resouces[] = { + "*width: 39", + "*height: 39", ++ NULL + }; + + main( |