mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-11 01:42:22 +03:00
Minor fix to the header comment on jsonXlateTextToBlob().
FossilOrigin-Name: c3677ba410208c07b711f5f526eb5cf039a8eee49f632c7ae04fa55cdfbb9058
This commit is contained in:
@@ -1235,7 +1235,7 @@ static int jsonIs4HexB(const char *z, int *pOp){
|
||||
** or one of the following special result codes:
|
||||
**
|
||||
** 0 End of input
|
||||
** -1 Syntax error
|
||||
** -1 Syntax error or OOM
|
||||
** -2 '}' seen \
|
||||
** -3 ']' seen \___ For these returns, pParse->iErr is set to
|
||||
** -4 ',' seen / the index in zJson[] of the seen character
|
||||
|
||||
Reference in New Issue
Block a user