From a535b014a3a7360ec6b90d7921dc377c91f32395 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 14 Apr 2024 23:44:37 +0900 Subject: Fix FTBFS caused by incompatible cast Signed-off-by: Michele Calgaro --- dcopc/dcopc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dcopc/dcopc.c b/dcopc/dcopc.c index 5db11c1d..3c29f6e8 100644 --- a/dcopc/dcopc.c +++ b/dcopc/dcopc.c @@ -351,7 +351,7 @@ static gboolean dcop_client_attach_internal( DcopClient *client, gboolean anonym (char *)(DCOPReleaseString), 1, DCOPVersions, DCOPAuthCount, - (char **)(DCOPAuthNames), + DCOPAuthNames, DCOPClientAuthProcs, 0 ) ) < 0 ) { ERR( "Communications could not be established." ); -- cgit v1.2.3