android_calculator-9: java.lang.StackOverflowError
This commit is contained in:
parent
86d4abce43
commit
b08229e7ce
@ -301,7 +301,7 @@ public class CalculatorVarsActivity extends ListActivity {
|
||||
|
||||
if (!StringUtils.isEmpty(name)) {
|
||||
try {
|
||||
Identifier.parser.parse(name, new MutableInt(0));
|
||||
Identifier.parser.parse(name, new MutableInt(0), 0);
|
||||
result = true;
|
||||
} catch (ParseException e) {
|
||||
// not valid name;
|
||||
|
Loading…
Reference in New Issue
Block a user