comparison audacious/playback.c @ 678:41ae3a48e202 trunk

[svn] Squelch a stupid warning here.
author nenolod
date Fri, 24 Feb 2006 23:32:17 -0800
parents f52f596dc0d8
children ed26947bbf57
comparison
equal deleted inserted replaced
677:f52f596dc0d8 678:41ae3a48e202
217 * This is slightly uglier than the original version, but should 217 * This is slightly uglier than the original version, but should
218 * fix the "crash" issues as seen in 0.2 when dealing with this situation. 218 * fix the "crash" issues as seen in 0.2 when dealing with this situation.
219 * - nenolod 219 * - nenolod
220 */ 220 */
221 if (!entry->decoder && 221 if (!entry->decoder &&
222 ((entry->decoder = input_check_file(entry->filename, FALSE)) == NULL) || 222 (((entry->decoder = input_check_file(entry->filename, FALSE)) == NULL) ||
223 !input_is_enabled(entry->decoder->filename)) 223 !input_is_enabled(entry->decoder->filename)))
224 { 224 {
225 input_file_not_playable(entry->filename); 225 input_file_not_playable(entry->filename);
226 226
227 set_current_input_plugin(NULL); 227 set_current_input_plugin(NULL);
228 mainwin_set_info_text(); 228 mainwin_set_info_text();