提交 e78bc423 编写于 作者: M Max Bruckner

print_number: Return buffer + offset instead of beginning of the number

上级 6f271e51
......@@ -381,7 +381,7 @@ static unsigned char *print_number(const cJSON * const item, printbuffer * const
output_buffer->offset += (size_t)length;
return output_pointer;
return output_buffer->buffer + output_buffer->offset;
}
/* parse 4 digit hexadecimal number */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册