Duncaen a4dd0221ac lib/plist.c: fix xbps_array_foreach_cb_multi processing entries multiple times
the first thread to finish will start again from 0 (`reserved`) until
0+slicecount, next thread will then start from the end of the previous
thread which is already wrong, resulting in processing the first
slicecount*maxthreads entries twice.

The first slicecount*maxthreads entries are accounted by the thread
creation loop and `reserved` has to start at the first unaccounted index.
2019-06-23 11:14:37 +02:00
..
2019-05-22 15:05:45 +02:00
2019-06-18 18:49:29 +02:00
2016-02-08 15:09:43 +01:00
2019-06-23 11:05:03 +02:00
2016-03-24 10:23:20 +01:00
2019-01-24 14:57:50 -05:00
2019-06-18 18:49:29 +02:00
2016-06-20 10:03:49 +02:00