Remove const qualifier from the json_t parameter in json_*_set() functions.
authorPetri Lehtinen <petri@digip.org>
Mon, 21 Dec 2009 12:01:59 +0000 (14:01 +0200)
committerPetri Lehtinen <petri@digip.org>
Mon, 21 Dec 2009 12:12:06 +0000 (14:12 +0200)
commitf5202bedef766b68141e20bba3489b4a3aebaf3d
tree688534d52ca5ff15e80267ffc1ebc959453a93d8
parent34fb97998cfeb4ae6f4bc9450c9144bd7572c1f6
Remove const qualifier from the json_t parameter in json_*_set() functions.

It's incorrect as these functions modify the value.
src/jansson.h
src/value.c