Bug fix of last commit
_snprintf was wrongly defined in ssdp_server.c (cherry picked from commit e95b4cc53aefc029679e9793910273c75034055b)
This commit is contained in:
parent
d19c0757dc
commit
10ad771410
@ -318,6 +318,12 @@ Version 1.8.0
|
|||||||
Version 1.6.16
|
Version 1.6.16
|
||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
|
|
||||||
|
2012-03-08 Fabrice Fontaine <fabrice.fontaine(at)orange.com>
|
||||||
|
|
||||||
|
Bug fix of last commit
|
||||||
|
|
||||||
|
_snprintf was wrongly defined in ssdp_server.c
|
||||||
|
|
||||||
2012-03-08 Fabrice Fontaine <fabrice.fontaine(at)orange.com>
|
2012-03-08 Fabrice Fontaine <fabrice.fontaine(at)orange.com>
|
||||||
|
|
||||||
SF Bug Tracker id 3499781 - msvc doesn't have snprintf
|
SF Bug Tracker id 3499781 - msvc doesn't have snprintf
|
||||||
|
@ -40,6 +40,7 @@
|
|||||||
|
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
|
#else
|
||||||
#define snprintf _snprintf
|
#define snprintf _snprintf
|
||||||
#endif /* WIN32 */
|
#endif /* WIN32 */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user