Fixed error message in json::decode()

This commit is contained in:
Tatsuhiro Tsujikawa
2011-03-10 00:54:07 +09:00
parent 7338a25035
commit bc7ac15d7e

View File

@@ -454,7 +454,7 @@ decode
return decodeNull(first, last);
} else {
throw DL_ABORT_EX2("JSON decoding failed:"
" Unexpected EOF in term context.",
" Unexpected character in term context.",
error_code::JSON_PARSE_ERROR);
}
}