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)
It's incorrect as these functions modify the value.


No differences found