From f0c50e7461641d060c783e1f0fb1b74b3c175054 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 20 Jan 2011 18:12:59 +0000 Subject: Flesh out documentation. git-svn-id: http://svn.drobilla.net/serd/trunk@12 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- src/write.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/write.c') diff --git a/src/write.c b/src/write.c index c2b92d78..633655d8 100644 --- a/src/write.c +++ b/src/write.c @@ -115,8 +115,8 @@ serd_write_node(FILE* fd, const SerdString* datatype, const SerdString* lang) { - SerdRange uri_prefix; - SerdRange uri_suffix; + SerdChunk uri_prefix; + SerdChunk uri_suffix; switch (type) { case BLANK: fwrite("_:", 1, 2, fd); -- cgit v1.2.1