Fixed error message in json::decode()

pull/1/head
Tatsuhiro Tsujikawa 2011-03-10 00:54:07 +09:00
parent 7338a25035
commit bc7ac15d7e
1 changed files with 1 additions and 1 deletions

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);
}
}