From e26fa4eea2a7c9db0591dbc000ac0cbf709872bf Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Mon, 31 Mar 2025 07:54:25 +0200 Subject: [PATCH] removed my quick and dirty fix. It doesn't work for all compilers. Reported bug to triumf and wait for a fix. --- src/external/mud/src/mud.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/external/mud/src/mud.h b/src/external/mud/src/mud.h index bf7a3c30..acf6bdee 100644 --- a/src/external/mud/src/mud.h +++ b/src/external/mud/src/mud.h @@ -204,7 +204,7 @@ typedef UINT32 BOOL; #define strdup( s ) strcpy((char*)malloc(strlen(s)+1),s) #endif /* vms || mips&&!sgi */ /*#endif */ -typedef int (*MUD_PROC)(...); +typedef int (*MUD_PROC)(); typedef enum { MUD_ENCODE = 0,