aboutsummaryrefslogtreecommitdiffstats
path: root/src/static_nodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/static_nodes.h')
-rw-r--r--src/static_nodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static_nodes.h b/src/static_nodes.h
index 62e38c91..430fa58c 100644
--- a/src/static_nodes.h
+++ b/src/static_nodes.h
@@ -22,7 +22,7 @@
typedef struct StaticNode {
SerdNode node;
- char buf[sizeof(NS_XSD "base64Binary")];
+ char buf[sizeof(NS_XSD "base64Binary") + sizeof(SerdNode)];
} StaticNode;
#define DEFINE_XSD_NODE(name) \