X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw-json%2Fparse.c;h=df99ea405196efad68538da24d28ad15073170cc;hb=HEAD;hp=7873d13f889d77cfe3552022913ea22b029b6d44;hpb=2b7e06d3c5d93dc8bfd3ba1bee558610cfe37b38;p=libucw.git diff --git a/ucw-json/parse.c b/ucw-json/parse.c index 7873d13f..df99ea40 100644 --- a/ucw-json/parse.c +++ b/ucw-json/parse.c @@ -29,7 +29,7 @@ void json_set_input(struct json_context *js, struct fastbuf *in) static void NONRET json_parse_error(struct json_context *js, const char *msg) { - trans_throw("ucw.js.parse", js, "%s at line %u:%u", msg, js->in_line, js->in_column); + trans_throw("ucw.json.parse", js, "%s at line %u:%u", msg, js->in_line, js->in_column); } static int json_get_char(struct json_context *js)