From da7d7ff1163371de85e4735b94d1749fe12e0860 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Mon, 13 Jul 1998 23:21:40 +0000 Subject: [PATCH] Fixed type in debugging statement. --- lib/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/command.c b/lib/command.c index b9d927c3..acd60081 100644 --- a/lib/command.c +++ b/lib/command.c @@ -57,7 +57,7 @@ glibtop_call_l (glibtop *server, unsigned command, size_t send_size, glibtop_read_l (server, sizeof (glibtop_response), &response); #ifdef DEBUG - fprintf (stderr, "RESPONSE: %d - %d\n", + fprintf (stderr, "RESPONSE: %lu - %d\n", response.offset, response.data_size); #endif