Closed carlosdcastillo closed 6 years ago
There's a bug here: https://github.com/Noblis/janice/blob/6.0/harness/janice_create_gallery.cpp#L84-L100
cnt needs to be updated appropriately.
Something like: pos = pos + args::get(batch_size); needs to be added at the end of the outer for loop to unbreak it.
Thanks! Should be fixed in 86423c6
There's a bug here: https://github.com/Noblis/janice/blob/6.0/harness/janice_create_gallery.cpp#L84-L100
cnt needs to be updated appropriately.