summaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/HTTPClientReceiver.cpp4
1 files changed, 2 insertions, 2 deletions
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") {