Fix issue 97

git-svn-id: https://osmand.googlecode.com/svn/trunk@573 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
This commit is contained in:
Victor Shcherb 2010-10-15 15:40:07 +00:00
parent ab96ff18b6
commit 0dd0475855

View file

@ -76,7 +76,7 @@ public class GPXLayer implements OsmandMapLayer {
}
}
if (startIndex == -1) {
return;
continue;
}
if (endIndex == -1) {
endIndex = l.size() - 1;