Merged -r462 from trunk
This commit is contained in:
parent
4ed9ca75ba
commit
0e3ee2eef4
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ bool DeviceEverflourish::setUnit(const std::string &newUnit) {
|
||||||
if (intCode < 0) {
|
if (intCode < 0) {
|
||||||
intCode = 0;
|
intCode = 0;
|
||||||
} else if (intCode > 3) {
|
} else if (intCode > 3) {
|
||||||
intHouse = 3;
|
intCode = 3;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue