mpd/src/audioOutputs
Max Kellermann 54b544c2f4 parse/initialize with the correct data type
When we expect an integer as result, why would we use the double
precision floating point parser?  strtol() is a better match, although
we should probably check for overflows...

git-svn-id: https://svn.musicpd.org/mpd/trunk@7198 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2008-03-26 10:37:27 +00:00
..
audioOutput_alsa.c explicitly downcast 2008-03-26 10:37:17 +00:00
audioOutput_ao.c Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00
audioOutput_fifo.c fixed invalid C prototypes 2008-01-26 12:46:09 +00:00
audioOutput_jack.c Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00
audioOutput_mvp.c Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00
audioOutput_null.c Move the timing code from the null plugin to timer.c, so it can be easily 2007-05-30 18:16:35 +00:00
audioOutput_oss.c explicitly downcast 2008-03-26 10:37:17 +00:00
audioOutput_osx.c Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00
audioOutput_pulse.c Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00
audioOutput_shout.c parse/initialize with the correct data type 2008-03-26 10:37:27 +00:00