summaryrefslogtreecommitdiffstats
path: root/src/server/HTTPClientSender.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/HTTPClientSender.cpp')
-rw-r--r--src/server/HTTPClientSender.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/HTTPClientSender.cpp b/src/server/HTTPClientSender.cpp
index 1334e6e7..f6078823 100644
--- a/src/server/HTTPClientSender.cpp
+++ b/src/server/HTTPClientSender.cpp
@@ -66,7 +66,7 @@ HTTPClientSender::put(const URI& uri,
AtomRDF::atom_to_node(model, i->first.str()),
AtomRDF::atom_to_node(model, i->second));
- const string str = model.write_to_string("turtle");
+ const string str = model.write_to_string(SERD_TURTLE);
send_chunk(str);
}