bugfix issue 160

git-svn-id: https://osmand.googlecode.com/svn/trunk@650 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
This commit is contained in:
Victor Shcherb 2010-11-10 00:01:27 +00:00
parent b4223356d5
commit d792ac8547

View file

@ -141,6 +141,7 @@ public class DownloaderIndexFromGoogleCode {
if (j != -1 && j - i < 40) {
String description = content.substring(i, j + 1);
files.put(prevFile, description);
prevFile = null;
}
}
return prevFile;