mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-12-23 21:25:49 +00:00
fix.
This commit is contained in:
parent
79ea4f0885
commit
f53be1a3d5
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ namespace sprout {
|
||||||
} else {
|
} else {
|
||||||
if (falsename_ok) {
|
if (falsename_ok) {
|
||||||
rhs = false;
|
rhs = false;
|
||||||
} else if (truename_ok) {
|
} else if (truename_ok) {
|
||||||
rhs = true;
|
rhs = true;
|
||||||
} else if (othername_ok) {
|
} else if (othername_ok) {
|
||||||
rhs = indeterminate;
|
rhs = indeterminate;
|
||||||
|
|
Loading…
Reference in a new issue