[CP] Fix the typo

This commit is contained in:
xianyu-w
2023-04-17 04:41:24 +00:00
committed by ob-robot
parent 21403dd730
commit 32ef62e2b0

View File

@ -9392,7 +9392,7 @@ expr %prec LOWER_PARENS
}
else
{
if (0 == $$->str_len_) {
if (0 == $1->str_len_) {
$$->str_value_ = $1->str_value_;
$$->str_len_ = $1->str_len_;
} else {