Add explicit cast as an attempt to fix abi check failure

This commit is contained in:
Robert Roth
2025-01-09 09:02:31 +02:00
parent 1842273e84
commit c44728486b

View File

@@ -232,7 +232,7 @@ handle_parent_connection (int s)
0, NULL);
break;
case GLIBTOP_CMND_PROC_IO:
memcpy (&pid, parameter, sizeof (pid_t));
memcpy (&pid, parameter, sizeof (pid_t));
glibtop_get_proc_io_l
(server, &resp->u.data.proc_io, pid);
do_output (s, resp, _offset_data (proc_io),