From e49d39e0a303fad81943d4d78bd606572e75c1d7 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Wed, 12 Aug 2009 01:29:57 +0000 Subject: Fix up the merge. svn path=/trunk/dom/; revision=9207 --- src/core/string.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/core/string.c b/src/core/string.c index e35f416..081e03d 100644 --- a/src/core/string.c +++ b/src/core/string.c @@ -40,6 +40,8 @@ struct dom_string { static struct dom_string empty_string = { .ptr = NULL, .len = 0, + .intern = NULL, + .context = NULL, .alloc = NULL, .pw = NULL, .refcnt = 1 -- cgit v1.2.3