summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBo Yang <struggleyb.nku@gmail.com>2009-08-12 01:29:57 +0000
committerBo Yang <struggleyb.nku@gmail.com>2009-08-12 01:29:57 +0000
commit9156f9fb29c034f97333fa901aee39ab238f7b66 (patch)
tree9e3b3aac3434fcdccb21a0fed6bcf8f39962cdbb /src
parentaba54ed61e31df318abdfa165f971a11ce084608 (diff)
downloadlibdom-9156f9fb29c034f97333fa901aee39ab238f7b66.tar.gz
libdom-9156f9fb29c034f97333fa901aee39ab238f7b66.tar.bz2
Fix up the merge.
svn path=/trunk/dom/; revision=9207
Diffstat (limited to 'src')
-rw-r--r--src/core/string.c2
1 files changed, 2 insertions, 0 deletions
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