未验证 提交 97c87c10 编写于 作者: O openharmony_ci 提交者: Gitee

!1941 FIX:修改变量未初始化问题

Merge pull request !1941 from cheng_jinsong/0510_char
......@@ -130,7 +130,7 @@ static int PrefixAdd(char *prefix, uint32_t *prefixIndex, uint32_t prefixLen, ch
static int HandleOperationOr(LogicCalculator *calculator, char *prefix, uint32_t *prefixIndex, uint32_t prefixLen)
{
char e;
char e = 0;
prefix[(*prefixIndex)++] = ' ';
if (CalculatorLength(calculator) == 0) {
CalculatorPushChar(calculator, '|');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册