diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-05-16 11:13:42 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-05-16 11:13:42 +0000 |
| commit | 7d5e0d73758cbe20596653d730a5c4ba60d7a3eb (patch) | |
| tree | f9e621da19dcb490f05376ba2dcbdf13e21da1b1 /apps/buffering.c | |
| parent | c785722fecb9f653d70d37af3d5e47a7a5442def (diff) | |
| download | rockbox-7d5e0d73758cbe20596653d730a5c4ba60d7a3eb.zip rockbox-7d5e0d73758cbe20596653d730a5c4ba60d7a3eb.tar.gz rockbox-7d5e0d73758cbe20596653d730a5c4ba60d7a3eb.tar.bz2 rockbox-7d5e0d73758cbe20596653d730a5c4ba60d7a3eb.tar.xz | |
FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Base Skin when the radio is running.
put your station images in .rockbox/fmpresets/<preset name>.bmp or .jpg. Must be in preset mode and the preset name must match the filename
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26078 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/buffering.c')
| -rw-r--r-- | apps/buffering.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/buffering.c b/apps/buffering.c index f194e2b..371cf22 100644 --- a/apps/buffering.c +++ b/apps/buffering.c @@ -1007,7 +1007,6 @@ int bufopen(const char *file, size_t offset, enum data_type type, } /* Other cases: there is a little more work. */ - int fd = open(file, O_RDONLY); if (fd < 0) return ERR_FILE_ERROR; |