# HG changeset patch # User nplourde # Date 1192277664 0 # Node ID 5ce7bc88eb0c391957044feab21cbdcb618ff7c9 # Parent caae775a1619ebaaa5c8e99ff870aa59c58c919e bugfix for ao_macosx last dts passthrough patch, patch by Ulion, ulion2002 gmail com diff -r caae775a1619 -r 5ce7bc88eb0c libao2/ao_macosx.c --- a/libao2/ao_macosx.c Sat Oct 13 09:41:50 2007 +0000 +++ b/libao2/ao_macosx.c Sat Oct 13 12:14:24 2007 +0000 @@ -712,7 +712,7 @@ #else if (ao->stream_format.mFormatFlags & kAudioFormatFlagIsBigEndian) #endif - ao_msg(MSGT_AO, MSGL_WARN, "output stream has a no-native byte-order, digital output may failed.\n", (char *)&err); + ao_msg(MSGT_AO, MSGL_WARN, "output stream has a no-native byte-order, digital output may failed.\n"); /* For ac3/dts, just use packet size 6144 bytes as chunk size. */ ao->chunk_size = ao->stream_format.mBytesPerPacket;