Fix warning on x86_64
commitf9c7b77c8ea9ef828da280d4fbf5fef71ca71497
authorKirill A. Shutemov <kirill@shutemov.name>
Wed, 2 Sep 2009 15:18:04 +0000 (2 18:18 +0300)
committermalc <av1474@comtv.ru>
Wed, 2 Sep 2009 12:46:13 +0000 (2 16:46 +0400)
tree6cf358dd452470d4ac5bfced54029529e7899497
parent9902571dcd999d3c2ce739eda1b7624bd8adda8d
Fix warning on x86_64

audio/esdaudio.c: In function 'qesd_thread_out':
audio/esdaudio.c:136: error: format '%d' expects type 'int', but
argument 3 has type 'ssize_t'
audio/esdaudio.c: In function 'qesd_thread_in':
audio/esdaudio.c:366: error: format '%d' expects type 'int', but
argument 3 has type 'ssize_t'

Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
Signed-off-by: malc <av1474@comtv.ru>
audio/esdaudio.c