forked from len0rd/rockbox
revert personal change accidentally included in r29110
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29111 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
68cc564c9b
commit
3ff2fb37c9
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ const struct image_decoder *load_decoder(struct loader_info *loader_info)
|
|||
release_decoder();
|
||||
|
||||
name = decoder_names[loader_info->type];
|
||||
rb->snprintf(filename, MAX_PATH, "/rockbox/rocks/viewers" "/%s.ovl", name);
|
||||
rb->snprintf(filename, MAX_PATH, VIEWERS_DIR "/%s.ovl", name);
|
||||
|
||||
/* load decoder to the buffer. */
|
||||
decoder_handle = rb->lc_open(filename, loader_info->buffer, loader_info->size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue