Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-03-06 10:17:44 +01:00
commit 52b8af8f1a

View file

@ -67,7 +67,12 @@ public class BinaryMapRouteReaderAdapter {
v = "no";
}
this.v = v == null? null : v.intern();
analyze();
try {
analyze();
} catch(RuntimeException e) {
System.err.println("Error analyzing tag/value = " + t + "/" +v);
throw e;
}
}
public String getTag() {