Commit 00052215 authored by Max Kellermann's avatar Max Kellermann

output/httpd: use "unsigned" instead of "guint"

parent 23d2c0f1
...@@ -92,7 +92,7 @@ class HttpdClient final : public BufferedSocket { ...@@ -92,7 +92,7 @@ class HttpdClient final : public BufferedSocket {
/** /**
* The amount of streaming data between each metadata block * 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. * The metadata as #Page which is currently being sent to the client.
...@@ -108,7 +108,7 @@ class HttpdClient final : public BufferedSocket { ...@@ -108,7 +108,7 @@ class HttpdClient final : public BufferedSocket {
* The amount of streaming data sent to the client * The amount of streaming data sent to the client
* since the last icy information was sent. * since the last icy information was sent.
*/ */
guint metadata_fill; unsigned metadata_fill;
public: public:
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment