bugfix issue 160
git-svn-id: https://osmand.googlecode.com/svn/trunk@650 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
This commit is contained in:
parent
b4223356d5
commit
d792ac8547
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue