diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-04-14 23:44:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-04-15 09:38:57 +0900 |
commit | 388a3d39f7bb96bd60056819ce80db5c9bd38611 (patch) | |
tree | d3311a706da8068ae8a5bee969c7c9ffa0d8ac3d | |
parent | fd2a99a7dba0365f6536c282e5929ef862eace05 (diff) | |
download | tdebindings-r14.1.2.tar.gz tdebindings-r14.1.2.zip |
Fix FTBFS caused by incompatible castr14.1.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a535b014a3a7360ec6b90d7921dc377c91f32395)
-rw-r--r-- | dcopc/dcopc.c | 2 |
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." ); |