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
commite49d39e0a303fad81943d4d78bd606572e75c1d7 (patch)
tree9e3b3aac3434fcdccb21a0fed6bcf8f39962cdbb /src
parent399da01ae4eb5c5e3e9349bacc2063c946c3d4a1 (diff)
downloadlibdom-e49d39e0a303fad81943d4d78bd606572e75c1d7.tar.gz
libdom-e49d39e0a303fad81943d4d78bd606572e75c1d7.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