1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/minidlna/files/patch-upnpsoap.c
William Grzybowski f4969d1ada net/minidlna: fix multicast and clang build
Submitted by:	se (via email)
2014-05-29 18:19:55 +00:00

12 lines
252 B
C

--- upnpsoap.c~ 2014-05-26 15:54:53.125084054 +0200
+++ upnpsoap.c 2014-05-26 15:56:21.415094729 +0200
@@ -1300,7 +1300,7 @@
free(str.data);
}
-inline void
+static inline void
charcat(struct string_s *str, char c)
{
if (str->size <= str->off)