Mercurial > audlegacy-plugins
diff src/madplug/plugin.c @ 674:fadf4c18a1cf trunk
[svn] madplug bug fix:
- no longer crashes on extra long TCON tag.
- now scan_file() calculates track length properly.
| author | yaz |
|---|---|
| date | Mon, 19 Feb 2007 18:08:27 -0800 |
| parents | e6a1ba5185ba |
| children | 1733b12ef974 |
line wrap: on
line diff
--- a/src/madplug/plugin.c Mon Feb 19 04:55:14 2007 -0800 +++ b/src/madplug/plugin.c Mon Feb 19 18:08:27 2007 -0800 @@ -220,7 +220,9 @@ // XXX: temporary fix if (!strncasecmp("http://", filename, 7) || !strncasecmp("https://", filename, 8)) { +#ifdef DEBUG g_message("audmad_is_our_fd: remote"); +#endif info.remote = TRUE; } #endif
