Calc: Fixed Enter key
Modified: trunk/reactos/subsys/system/calc/winecalc.c
--- trunk/reactos/subsys/system/calc/winecalc.c 2005-10-29 12:36:04 UTC (rev 18846) +++ trunk/reactos/subsys/system/calc/winecalc.c 2005-10-29 13:43:09 UTC (rev 18847) @@ -3412,12 +3412,11 @@
else { calc.memory = calc_atof(calc.buffer, calc.numBase); }
+ return 0;
}
- return 0;
}
- break;
+ // fall through for Enter processing
- // fall through for Enter processing ... but there is a bug here in Ctrl+M vs. Return
case TEXT('='): { calcfloat r = calc.operand;