From 0005221533aa4c4859e818f2599545392efe916d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 8 Aug 2013 00:14:45 +0200 Subject: output/httpd: use "unsigned" instead of "guint" --- src/output/HttpdClient.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/output/HttpdClient.hxx b/src/output/HttpdClient.hxx index 46196d2e3..38e4ea96d 100644 --- a/src/output/HttpdClient.hxx +++ b/src/output/HttpdClient.hxx @@ -92,7 +92,7 @@ class HttpdClient final : public BufferedSocket { /** * The amount of streaming data between each metadata block */ - guint metaint; + unsigned metaint; /** * The metadata as #Page which is currently being sent to the client. @@ -108,7 +108,7 @@ class HttpdClient final : public BufferedSocket { * The amount of streaming data sent to the client * since the last icy information was sent. */ - guint metadata_fill; + unsigned metadata_fill; public: /** -- cgit v1.2.3