DownloadItem.cs Line 230
should be
if(segmentsDownloaded==null) segmentsDownloaded = new
BitArray((int)segCount);
If DownloadItem deserialized it contains segmentsInProgress equals to null
but segmentsDownloaded is loaded from xml and should not be replaced with
new object.
Original issue reported on code.google.com by hackw...@gmail.com on 9 Jul 2009 at 1:52
Original issue reported on code.google.com by
hackw...@gmail.com
on 9 Jul 2009 at 1:52