mirror of
https://github.com/json-c/json-c.git
synced 2026-04-07 14:29:06 +08:00
PR#331: for Visual Studio, use a snprintf/vsnprintf wrapper that ensures the string is terminated.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "config.h"
|
||||
#include "json.h"
|
||||
#include "json_tokener.h"
|
||||
#include "snprintf_compat.h"
|
||||
|
||||
#ifdef HAVE_LOCALE_H
|
||||
#include <locale.h>
|
||||
|
||||
Reference in New Issue
Block a user