Merged -r462 from trunk

This commit is contained in:
Micke Prag 2010-02-17 13:35:23 +00:00
parent 4ed9ca75ba
commit 0e3ee2eef4

View file

@ -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;
} }