mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 14:00:19 -04:00
14 lines
413 B
Plaintext
14 lines
413 B
Plaintext
$NetBSD: patch-af,v 1.1.1.1 2009/11/24 11:46:01 obache Exp $
|
|
|
|
--- modules/IMEngine/scim_rawcode_imengine.cpp.orig 2008-11-02 06:42:21.000000000 +0000
|
|
+++ modules/IMEngine/scim_rawcode_imengine.cpp
|
|
@@ -48,7 +48,7 @@
|
|
|
|
using namespace scim;
|
|
|
|
-static Pointer <RawCodeFactory> __rawcode_factory;
|
|
+static Pointer <RawCodeFactory> __rawcode_factory = Pointer<RawCodeFactory>(0);
|
|
|
|
static String __rawcode_locales;
|
|
|