summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-04-14 23:44:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-04-15 09:38:57 +0900
commit388a3d39f7bb96bd60056819ce80db5c9bd38611 (patch)
treed3311a706da8068ae8a5bee969c7c9ffa0d8ac3d
parentfd2a99a7dba0365f6536c282e5929ef862eace05 (diff)
downloadtdebindings-r14.1.x.tar.gz
tdebindings-r14.1.x.zip
Fix FTBFS caused by incompatible castr14.1.2r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a535b014a3a7360ec6b90d7921dc377c91f32395)
-rw-r--r--dcopc/dcopc.c2
1 files changed, 1 insertions, 1 deletions
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." );