Skip to content
代码片段 群组 项目
提交 1287e575 编辑于 作者: dev31337's avatar dev31337 提交者: Andy Green
浏览文件
上级 c09386cf
No related branches found
标签 v4.0.19
无相关合并请求
......@@ -327,7 +327,7 @@ set(PACKAGE "libwebsockets")
set(CPACK_PACKAGE_NAME "${PACKAGE}")
set(CPACK_PACKAGE_VERSION_MAJOR "4")
set(CPACK_PACKAGE_VERSION_MINOR "0")
set(CPACK_PACKAGE_VERSION_PATCH "18")
set(CPACK_PACKAGE_VERSION_PATCH "19")
set(CPACK_PACKAGE_RELEASE 1)
set(CPACK_GENERATOR "RPM")
set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
......
......@@ -416,7 +416,7 @@ lejp_parse(struct lejp_ctx *ctx, const unsigned char *json, int len)
break;
case LEJP_MP_VALUE:
if (c >= '0' && c <= '9') {
if (c == '-' || (c >= '0' && c <= '9')) {
ctx->npos = 0;
ctx->dcount = 0;
ctx->f = 0;
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册