mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
fix VA_COPY
This commit is contained in:
@@ -625,7 +625,7 @@ char *util_asprintf(char *fmt, ...) {
|
|||||||
# ifdef HAVE___VA_COPY
|
# ifdef HAVE___VA_COPY
|
||||||
# define VA_COPY(a,b) __va_copy((a),(b))
|
# define VA_COPY(a,b) __va_copy((a),(b))
|
||||||
# else
|
# else
|
||||||
# define VA_COPY(a,b) a=b;
|
# define VA_COPY(a,b) memcpy((a),(b),sizeof(b))
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user