From 791d91a843b378fddfb985b72dab7b5b35da5225 Mon Sep 17 00:00:00 2001 From: forsyth Date: Sun, 19 Jul 2009 22:42:36 +0100 Subject: 20090719-2242 --- utils/acid/rdebug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/acid/rdebug.c') diff --git a/utils/acid/rdebug.c b/utils/acid/rdebug.c index 8903711e..6a321346 100644 --- a/utils/acid/rdebug.c +++ b/utils/acid/rdebug.c @@ -71,7 +71,7 @@ remoteio(int pid, char *file, char *buf, int nb) if(protodebug) fprint(2, "remoteio %d: %s\n", pid, file); - memset(buf, nb, 0); + memset(buf, 0, nb); if(strcmp(file, "proc") == 0) tag = Tproc; else if(strcmp(file, "status") == 0) -- cgit v1.2.3