From c231bf1a9b5de625eb9ebac78a4b219caa947902 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 19 Apr 2011 18:56:42 +0000 Subject: Fix attempted loading of "ingen_serialisation" (instead of "serialisation"). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3164 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/HTTPClientReceiver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/HTTPClientReceiver.cpp') diff --git a/src/client/HTTPClientReceiver.cpp b/src/client/HTTPClientReceiver.cpp index d3d677ad..2b9b2cce 100644 --- a/src/client/HTTPClientReceiver.cpp +++ b/src/client/HTTPClientReceiver.cpp @@ -224,7 +224,7 @@ void HTTPClientReceiver::start(bool dump) { if (!_world->parser()) - _world->load_module("ingen_serialisation"); + _world->load_module("serialisation"); SoupMessage* msg = soup_message_new("GET", (_url + "/stream").c_str()); assert(SOUP_IS_MESSAGE(msg)); -- cgit v1.2.1