Mercurial > audlegacy-plugins
diff src/madplug/input.c @ 2291:1457b35713d9
remove obsolete function
| author | mf0102 <0102@gmx.at> |
|---|---|
| date | Thu, 10 Jan 2008 18:39:52 +0100 |
| parents | d25cd7e7eddb |
| children | 0dd31200a33a |
line wrap: on
line diff
--- a/src/madplug/input.c Thu Jan 10 18:33:59 2008 +0100 +++ b/src/madplug/input.c Thu Jan 10 18:39:52 2008 +0100 @@ -107,7 +107,7 @@ // obtain file size info->size = aud_vfs_fsize(info->infile); info->remote = info->size == 0 ? TRUE : FALSE; //proxy connection may result in non-zero size. - if(audmad_is_remote((gchar *)url)) + if(aud_vfs_is_remote((gchar *)url)) info->remote = TRUE; info->fileinfo_request = FALSE;
