- Timestamp:
- 2006-10-13T22:11:37+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/gui/BookmarkList.java
r153 r161 58 58 for (String line = in.readLine(); line != null; line = in.readLine()) { 59 59 StringTokenizer st = new StringTokenizer(line, ","); 60 if (st.countTokens() !=5)60 if (st.countTokens() < 5) 61 61 continue; 62 62 Bookmark b = new Bookmark();
Note:
See TracChangeset
for help on using the changeset viewer.