From 188bbd799746fc05de9c18a0957793323f747178 Mon Sep 17 00:00:00 2001 From: su-v Date: Thu, 6 Jul 2017 10:20:40 +0200 Subject: Update MSYS2 port for new dependency (libsoup) - update script to install dependencies - update InstallMSYS2.cmake - fix Windows builds (uint -> unsigned int) --- src/io/http.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/io/http.cpp') diff --git a/src/io/http.cpp b/src/io/http.cpp index 657e6ac6a..0f2bbd360 100644 --- a/src/io/http.cpp +++ b/src/io/http.cpp @@ -87,7 +87,7 @@ void _get_file_callback(SoupSession *session, SoupMessage *msg, gpointer user_da * your func will be called in a blocking way BEFORE this function returns. * */ -Glib::ustring get_file(Glib::ustring uri, uint timeout, callback func) { +Glib::ustring get_file(Glib::ustring uri, unsigned int timeout, callback func) { SoupURI *s_uri = soup_uri_new(uri.c_str()); const char *host = soup_uri_get_host(s_uri); -- cgit v1.2.3