Small fix.

This commit is contained in:
Martin Baulig
1998-12-09 17:48:35 +00:00
parent e140f93bf5
commit 9e41d36684
2 changed files with 11 additions and 8 deletions

View File

@@ -88,7 +88,8 @@ handle_slave_connection (int input, int output)
&resp->u.data.proc_args,
pid, max_len);
do_output (output, resp, _offset_data (proc_args),
resp->u.data.proc_args.size, ptr);
ptr ? resp->u.data.proc_args.size+1 : 0,
ptr);
glibtop_free_r (server, ptr);
break;
#endif