Fri, 24 May 2024 00:27:40 +0200
actually make sure some random things don't explode
dav/sync.c | file | annotate | diff | comparison | revisions |
--- a/dav/sync.c Fri May 24 00:18:18 2024 +0200 +++ b/dav/sync.c Fri May 24 00:27:40 2024 +0200 @@ -4360,7 +4360,7 @@ CxIterator i = cxListIterator(updates); cx_foreach(FilePart *, p, i) { - if(p->block > numparts) { + if(p->block >= numparts) { // just make sure things don't explode in case some weird stuff // is going on continue;