Ticket #3287: legacy.patch
File legacy.patch, 662 bytes (added by , 15 years ago) |
---|
-
GpxReader.java
232 232 } else if (qName.equals("type")) { 233 233 currentLink.type = accumulator.toString(); 234 234 } else if (qName.equals("link")) { 235 if (currentLink.uri == null && !accumulator.toString().isEmpty()) { 236 currentLink = new GpxLink(accumulator.toString()); 237 } 235 238 currentState = states.pop(); 236 239 } 237 240 if (currentState == state.author) {