Commit 038381e1 authored by Olivier Bertrand's avatar Olivier Bertrand

Fix compile error. Modified json.cpp

parent a526965c
......@@ -1780,7 +1780,7 @@ void SWAP::SwapJson(PJSON jsp, bool move)
/* Replace all pointers by offsets. */
/***********************************************************************/
size_t SWAP::MoffJson(PJSON jsp) {
size_t res = NULL;
size_t res = 0;
if (jsp)
switch (jsp->Type) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment