mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
f4969d1ada
Submitted by: se (via email)
12 lines
252 B
C
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)
|