new version + introducing angle utils

This commit is contained in:
serso
2011-11-19 23:48:57 +04:00
parent 4800223057
commit a89f6eddef
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;