Add explicit cast as an attempt to fix abi check failure

This commit is contained in:
Robert Roth
2025-01-09 08:43:03 +02:00
parent 43d19428df
commit 1842273e84

View File

@@ -227,7 +227,7 @@ handle_parent_connection (int s)
break;
case GLIBTOP_CMND_FSUSAGE:
glibtop_get_fsusage_l
(server, &resp->u.data.fsusage, parameter);
(server, &resp->u.data.fsusage, (char*)parameter);
do_output (s, resp, _offset_data (fsusage),
0, NULL);
break;