output/httpd: use "unsigned" instead of "guint"
This commit is contained in:
parent
23d2c0f1c6
commit
0005221533
|
@ -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:
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue