Browse Source

Fix snprintf on windows problem for test4.

tags/json-c-0.15-20200726
Eric Haszlakiewicz 5 years ago
parent
commit
26f080997d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tests/test4.c

+ 1
- 0
tests/test4.c View File

@@ -11,6 +11,7 @@
#include "json_inttypes.h"
#include "json_object.h"
#include "json_tokener.h"
#include "snprintf_compat.h"

void print_hex(const char *s)
{


Loading…
Cancel
Save