mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
13 lines
341 B
Plaintext
13 lines
341 B
Plaintext
$NetBSD: patch-bd,v 1.2 2012/04/20 12:13:48 obache Exp $
|
|
|
|
--- utils/scimstringview.c.orig 2012-04-10 10:30:58.000000000 +0000
|
|
+++ utils/scimstringview.c
|
|
@@ -153,6 +153,7 @@ scim_string_view_register_type (GTypeMod
|
|
sizeof (ScimStringView),
|
|
0,
|
|
(GInstanceInitFunc) scim_string_view_init,
|
|
+ 0
|
|
};
|
|
|
|
if (!string_view_type)
|