dav/sync.c

changeset 821
9b1e998eeac6
parent 816
839fefbdedc7
equal deleted inserted replaced
820:d0cccee15a7c 821:9b1e998eeac6
4358 return; 4358 return;
4359 } 4359 }
4360 4360
4361 CxIterator i = cxListIterator(updates); 4361 CxIterator i = cxListIterator(updates);
4362 cx_foreach(FilePart *, p, i) { 4362 cx_foreach(FilePart *, p, i) {
4363 if(p->block > numparts) { 4363 if(p->block >= numparts) {
4364 // just make sure things don't explode in case some weird stuff 4364 // just make sure things don't explode in case some weird stuff
4365 // is going on 4365 // is going on
4366 continue; 4366 continue;
4367 } 4367 }
4368 4368

mercurial