Bug fix of last commit
_snprintf was wrongly defined in ssdp_server.c
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
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>
|
||||
|
||||
SF Bug Tracker id 3499781 - msvc doesn't have snprintf
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
|
||||
#ifndef WIN32
|
||||
#include <sys/param.h>
|
||||
#else
|
||||
#define snprintf _snprintf
|
||||
#endif /* WIN32 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user