forked from len0rd/rockbox
open_plugins Fix Yellow
Change-Id: I036bd57c7e55f7059f858e9f0929500c2094e579
This commit is contained in:
parent
ee840709d3
commit
3348d84206
1 changed files with 0 additions and 2 deletions
|
@ -116,7 +116,6 @@ static int op_entry_read_opx(const char *path)
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
off_t filesize;
|
off_t filesize;
|
||||||
int fd_opx;
|
int fd_opx;
|
||||||
int len;
|
|
||||||
|
|
||||||
if(rb->filetype_get_attr(path) == FILE_ATTR_OPX)
|
if(rb->filetype_get_attr(path) == FILE_ATTR_OPX)
|
||||||
{
|
{
|
||||||
|
@ -317,7 +316,6 @@ static int op_entry_transfer(int fd, int fd_tmp,
|
||||||
static uint32_t op_entry_add_path(const char *key, const char *plugin, const char *parameter, bool use_key)
|
static uint32_t op_entry_add_path(const char *key, const char *plugin, const char *parameter, bool use_key)
|
||||||
{
|
{
|
||||||
char buf[MAX_PATH];
|
char buf[MAX_PATH];
|
||||||
int len;
|
|
||||||
uint32_t hash;
|
uint32_t hash;
|
||||||
uint32_t newhash;
|
uint32_t newhash;
|
||||||
char *pos = "";;
|
char *pos = "";;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue