]> git.tuebingen.mpg.de Git - paraslash.git/commit
grab: init gc->audio_format_num to -1
authorAndre <maan@p133.(none)>
Sat, 6 May 2006 14:09:16 +0000 (16:09 +0200)
committerAndre <maan@p133.(none)>
Sat, 6 May 2006 14:09:16 +0000 (16:09 +0200)
commit787d9560a3ff1a1e4fadee6e28ed2a915821479f
tree49218f9500e8fd11b2743eb18650811962864822
parent308e0ef39155bd208d8920807d4aa16878ed3d3d
grab: init gc->audio_format_num to -1

Previously it was 0, which happens to be the mp3 audio format number.
Therefore, grab without args only grabbed mp3 files. This patch makes
it grab any audio format.
grab_client.c