mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-23 12:43:18 -05:00
fix VA_COPY
This commit is contained in:
parent
17afc25676
commit
40956ee0f9
@ -625,7 +625,7 @@ char *util_asprintf(char *fmt, ...) {
|
||||
# ifdef HAVE___VA_COPY
|
||||
# define VA_COPY(a,b) __va_copy((a),(b))
|
||||
# else
|
||||
# define VA_COPY(a,b) a=b;
|
||||
# define VA_COPY(a,b) memcpy((a),(b),sizeof(b))
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user