« Previous | Next » 

Revision cbc36cb0

IDcbc36cb05d56bc510e85d14059ee0ae2ae6e3126

Added by Andreas Färber almost 13 years ago

coreaudio: Avoid formatting UInt32 type

coreaudioVoiceOut's audioDevicePropertyBufferFrameSize is defined as UInt32
and is being used by reference for AudioDevice{Get,Set}Property().
UInt32 is unsigned int on LP64 but unsigned long otherwise.

Cast to POSIX type and use PRIu32 format specifier to hide the details.
This avoids a warning on ppc64.

Cc: malc <>
Signed-off-by: Andreas Faerber <>
Signed-off-by: malc <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences