[CP] Fix the typo
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user