summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2009-07-19 22:42:36 +0100
committerforsyth <forsyth@vitanuova.com>2009-07-19 22:42:36 +0100
commit791d91a843b378fddfb985b72dab7b5b35da5225 (patch)
tree60c5e67d7a3206d9763bc30221cf618ecf06bded /utils
parent761f67cfa0ded078582102b47990c2d77bbb8302 (diff)
20090719-2242
Diffstat (limited to 'utils')
-rw-r--r--utils/acid/rdebug.c2
1 files changed, 1 insertions, 1 deletions
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)