Skip to content
  • Erik de Castro Lopo's avatar
    Purge usage of `unsigned` type · c6318e9d
    Erik de Castro Lopo authored
    As pointed out by Ozkan Sezer, on some platforms `int32_t` is actually
    a typedef for `long` so `unsigned` cannot be used interchangably with
    `FLAC__uint32`. Fix is to switch from `unsigned` to explicit sized ISO
    C types defined in <stdint.h>.
    c6318e9d