diff --git a/upnp/src/api/UpnpString.c b/upnp/src/api/UpnpString.c index 9b6a64b..acf9c70 100644 --- a/upnp/src/api/UpnpString.c +++ b/upnp/src/api/UpnpString.c @@ -49,7 +49,7 @@ extern char *strndup(__const char *__string, size_t __n); struct SUpnpString { /*! \brief Length of the string. */ - int m_length; + size_t m_length; /*! \brief Pointer to a dynamically allocated area that holds the NULL * terminated string. */ char *m_string;