Fixed arguments type.
svn path=/trunk/; revision=2671
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user