android_calculator-9: java.lang.StackOverflowError

This commit is contained in:
serso 2011-11-13 13:45:32 +04:00
parent fbe0d8f58c
commit d24b3df1a9

View File

@ -301,7 +301,7 @@ public class CalculatorVarsActivity extends ListActivity {
if (!StringUtils.isEmpty(name)) { if (!StringUtils.isEmpty(name)) {
try { try {
Identifier.parser.parse(name, new MutableInt(0)); Identifier.parser.parse(name, new MutableInt(0), 0);
result = true; result = true;
} catch (ParseException e) { } catch (ParseException e) {
// not valid name; // not valid name;