new version + introducing angle utils

This commit is contained in:
serso
2011-11-19 23:48:57 +04:00
parent 24f5875549
commit 5be6a82955
7 changed files with 35 additions and 3 deletions

View File

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