aboutsummaryrefslogtreecommitdiffstats
path: root/src/atom_rdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/atom_rdf.c')
-rw-r--r--src/atom_rdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atom_rdf.c b/src/atom_rdf.c
index ad73eac..3db4cd3 100644
--- a/src/atom_rdf.c
+++ b/src/atom_rdf.c
@@ -90,7 +90,7 @@ atom_to_rdf(SerdWriter* writer,
USTR(val ? "true" : "false"));
} else if (!strcmp(type, LV2_ATOM__Blank)) {
const LV2_Atom_Object* obj = (const LV2_Atom_Object*)atom;
- SerdNode idnum = serd_node_new_integer(obj->id);
+ SerdNode idnum = serd_node_new_integer(obj->body.id);
SerdNode id = serd_node_from_string(SERD_BLANK, idnum.buf);
serd_writer_write_statement(
writer, flags|SERD_ANON_O_BEGIN, NULL,