Mercurial > audlegacy
diff src/audacious/vfs_buffered_file.c @ 2430:4e2fc64d95ef trunk
[svn] - make vfs_buffered_file_new_from_uri declaration const
- cope properly with subsong URIs
| author | nenolod |
|---|---|
| date | Sat, 27 Jan 2007 11:40:05 -0800 |
| parents | ca5b5523cc2d |
| children | 5b761b745289 |
line wrap: on
line diff
--- a/src/audacious/vfs_buffered_file.c Sat Jan 27 11:28:14 2007 -0800 +++ b/src/audacious/vfs_buffered_file.c Sat Jan 27 11:40:05 2007 -0800 @@ -170,7 +170,7 @@ }; VFSFile * -vfs_buffered_file_new_from_uri(gchar *uri) +vfs_buffered_file_new_from_uri(const gchar *uri) { VFSFile *handle; VFSBufferedFile *fd;
