Skip to content

lib/generic/queue: remove a ssize_t cast

Vladimír Čunát requested to merge fixup-docker into master

The Alpine-based Docker image wouldn't compile.

I can't see a reason for the cast now - it's a sum of compile-time constants, and very unlikely to overflow on changes in code or platform.

Merge request reports