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

11 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)