diff options
Diffstat (limited to 'src/static_nodes.h')
-rw-r--r-- | src/static_nodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static_nodes.h b/src/static_nodes.h index 1b1fc062..18950444 100644 --- a/src/static_nodes.h +++ b/src/static_nodes.h @@ -24,7 +24,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) \ |