comparison src/audacious/input.c @ 3141:a2f1d831065f trunk

when mime match succeed, pr->ip should be obtained ip.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sun, 22 Jul 2007 12:08:08 +0900
parents 25f92bfd50c4
children 34b4b7c9bcd4
comparison
equal deleted inserted replaced
3140:732abc5c1714 3141:a2f1d831065f
391 { 391 {
392 g_free(filename_proxy); 392 g_free(filename_proxy);
393 vfs_fclose(fd); 393 vfs_fclose(fd);
394 394
395 pr = g_new0(ProbeResult, 1); 395 pr = g_new0(ProbeResult, 1);
396 pr->ip = NULL; 396 pr->ip = ip;
397 397
398 return pr; 398 return pr;
399 } 399 }
400 400
401 for (node = get_input_list(); node != NULL; node = g_list_next(node)) 401 for (node = get_input_list(); node != NULL; node = g_list_next(node))