Fixed arguments type.

svn path=/trunk/; revision=2671
This commit is contained in:
Benoît Dejean
2007-10-03 19:29:28 +00:00
parent 13cec7830f
commit 3f55d507dd

View File

@@ -148,7 +148,7 @@ glibtop_open_l (glibtop *server, const char *program_name,
if (nbytes != size) if (nbytes != size)
glibtop_error_r (server, glibtop_error_r (server,
"Requested %u bytes but got %u.", "Requested %u bytes but got %u.",
size, nbytes); (unsigned)size, (unsigned)nbytes);
glibtop_read_l (server, nbytes, buffer); glibtop_read_l (server, nbytes, buffer);