Mercurial > audlegacy
diff src/audacious/input.c @ 4153:a35b9970d55d
- fix a compilation warning
- make audio category in preferences unscrollable (not needed anymore)
| author | mf0102 <0102@gmx.at> |
|---|---|
| date | Thu, 03 Jan 2008 17:24:55 +0100 |
| parents | fe0f7a72facd |
| children | a2da130cdafa |
line wrap: on
line diff
--- a/src/audacious/input.c Thu Jan 03 16:34:31 2008 +0100 +++ b/src/audacious/input.c Thu Jan 03 17:24:55 2008 +0100 @@ -568,7 +568,7 @@ input_get_song_tuple(const gchar * filename) { InputPlugin *ip = NULL; - Tuple *input; + Tuple *input = NULL; gchar *ext = NULL; gchar *filename_proxy; ProbeResult *pr;
