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

This commit is contained in:
Max Kellermann 2013-08-08 00:14:45 +02:00
parent 23d2c0f1c6
commit 0005221533
1 changed files with 2 additions and 2 deletions

View File

@ -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:
/**