[vino] Use G_GSIZE_FORMAT when printing a gsize



commit 092291dd4fea33b2c2c03277bb95cde51f782f67
Author: David King <amigadave amigadave com>
Date:   Thu Mar 3 17:33:04 2011 +0100

    Use G_GSIZE_FORMAT when printing a gsize

 server/vino-http.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/server/vino-http.c b/server/vino-http.c
index fcf88e7..9f14547 100644
--- a/server/vino-http.c
+++ b/server/vino-http.c
@@ -457,7 +457,7 @@ vino_http_data_pending (GIOChannel     *source,
 
       if (client->header->len  > VINO_HTTP_MAX_HEADER_LEN)
 	{
-	  g_warning ("HTTP header far too long (%d bytes). Disconnecting client",
+	  g_warning ("HTTP header far too long (%" G_GSIZE_FORMAT " bytes). Disconnecting client",
 		     client->header->len);
 	  goto invalid_request;
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]