]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix incorrect testcase() and assert() macros in json.c. They were not causing
authordrh <>
Mon, 17 Jan 2022 15:23:57 +0000 (15:23 +0000)
committerdrh <>
Mon, 17 Jan 2022 15:23:57 +0000 (15:23 +0000)
commit14818366c72d612b660cf7b44da88786dd2f77bd
treed2cca7f64e16eb02a739e92dc6c263fbbdb0f280
parent5a6f818d84e6eecffbd25a212654392479eb22b6
Fix incorrect testcase() and assert() macros in json.c.  They were not causing
problems.  The assert() was simply unreachable.  The testcase() added an
unreachable condition.

FossilOrigin-Name: 5623497adc8af9950fd79392000a68ba6fdca43594603eadaa7e19c8fb845a7d
manifest
manifest.uuid
src/json.c