roc-streaming / openfec

Unofficial OpenFEC fork with various bugfixes.
https://openfec.inrialpes.fr
Other
14 stars 11 forks source link

Fix printf format errors #3

Closed viccie30 closed 1 year ago

viccie30 commented 2 years ago

Using %zu for size_t is C99, so should be portable. suseconds_t is not required to be either 32 or 64 bits, so use an explicit cast to long.

gavv commented 1 year ago

Thanks!

gavv commented 1 year ago

Tagged v1.4.2.5 with this fix included.