Mercurial > audlegacy
comparison src/audacious/input.c @ 3131:dfe8f4eb3dba trunk
Automated merge with ssh://hg.atheme.org//hg/audacious
| author | William Pitcock <nenolod@atheme-project.org> |
|---|---|
| date | Fri, 20 Jul 2007 20:09:08 -0500 |
| parents | 343504d43afc ed6c6aa50c7c |
| children | 25f92bfd50c4 |
comparison
equal
deleted
inserted
replaced
| 3130:03b85ed64527 | 3131:dfe8f4eb3dba |
|---|---|
| 354 | 354 |
| 355 fd = vfs_buffered_file_new_from_uri(tmp_uri); | 355 fd = vfs_buffered_file_new_from_uri(tmp_uri); |
| 356 g_free(tmp_uri); | 356 g_free(tmp_uri); |
| 357 | 357 |
| 358 if (!fd) { | 358 if (!fd) { |
| 359 printf("Unreadable to read from %s, giving up.\n", filename_proxy); | 359 printf("Unable to read from %s, giving up.\n", filename_proxy); |
| 360 g_free(filename_proxy); | 360 g_free(filename_proxy); |
| 361 return NULL; | 361 return NULL; |
| 362 } | 362 } |
| 363 | 363 |
| 364 ext = strrchr(filename_proxy, '.') + 1; | 364 ext = strrchr(filename_proxy, '.') + 1; |
