Another small fix to the partial data downloading

This commit is contained in:
pelya
2012-10-31 17:11:19 +02:00
parent c8e16684d3
commit 9747663a1a

View File

@@ -254,6 +254,7 @@ class DataDownloader extends Thread
return true;
} catch ( IOException e ) {
forceOverwrite = true;
new File(path).delete();
}
}
checkFile = null;