The buffer which we write is now a `const'.
2000-01-13 Martin Baulig <martin@home-of-linux.org> * write.c (glibtop_write_i): The buffer which we write is now a `const'.
This commit is contained in:
committed by
Martin Baulig
parent
fabb12370f
commit
f3d309441a
@@ -35,7 +35,7 @@
|
||||
|
||||
void
|
||||
glibtop_write_i (glibtop *server, glibtop_backend *backend,
|
||||
size_t size, void *buf)
|
||||
size_t size, const void *buf)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
Reference in New Issue
Block a user