Skip to content

Change SkipAsyncData fields to be gsize (and not gssize)

The structure SkipAsyncData has two fields bytes_skipped and count, both of them can be typed with gsize with no problem. Originally, they were typed as gssize.

Fix a problem discovered in !1940 (merged)

Merge request reports