From 13f41fc0e6c947a90721128320a2b9239beefa2f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 4 Dec 2008 21:58:27 +0000 Subject: Fix compilation with HTTP enabled. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1847 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/HTTPClientReceiver.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/client/HTTPClientReceiver.cpp b/src/client/HTTPClientReceiver.cpp index 520c1e9d..9464407a 100644 --- a/src/client/HTTPClientReceiver.cpp +++ b/src/client/HTTPClientReceiver.cpp @@ -148,7 +148,7 @@ HTTPClientReceiver::message_callback(SoupSession* session, SoupMessage* msg, voi me->_target->enable(); me->_parser->parse_string(me->_world, me->_target.get(), Glib::ustring(msg->response_body->data), - Glib::ustring("."), Glib::ustring("")); + Glib::ustring(".")); } } else if (path == "/patch") { @@ -160,7 +160,7 @@ HTTPClientReceiver::message_callback(SoupSession* session, SoupMessage* msg, voi me->_target->enable(); me->_parser->parse_string(me->_world, me->_target.get(), Glib::ustring(msg->response_body->data), - Glib::ustring("/patch/"), Glib::ustring("")); + Glib::ustring("/patch/")); } } else if (path == "/stream") { -- cgit v1.2.1