Code

store MPD_UPDATE_TIME as guint
authorMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 13:35:58 +0000 (15:35 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 13:35:58 +0000 (15:35 +0200)
commitc85a3c8f1d28929bb18afc72ec3abd3dd9ed4b7c
tree4736087f6fca9a986481f34c0d02838c0fb205cf
parent466530d2506d7bcea3d2d546a471bf51b78f85e7
store MPD_UPDATE_TIME as guint

The glib function g_timeout_add() wants the interval as guint in
milliseconds.  Store the update interval in this form, instead of
having to multiply MPD_UPDATE_TIME with 1000.
src/main.c