Changeset: 8b0b467f6e60 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8b0b467f6e60
Modified Files:
        monetdb5/extras/jaql/json.c
Branch: Jul2012
Log Message:

parse_json_truefalsenull: provide context at the start of the expected string


diffs (12 lines):

diff --git a/monetdb5/extras/jaql/json.c b/monetdb5/extras/jaql/json.c
--- a/monetdb5/extras/jaql/json.c
+++ b/monetdb5/extras/jaql/json.c
@@ -301,7 +301,7 @@ parse_json_truefalsenull(jsonbat *jb, oi
                        break;
        }
        if (*whichp != '\0') {
-               json_error(jb, p, "expected '%s'", which);
+               json_error(jb, n, "expected '%s'", which);
                return NULL;
        }
 
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to