forked from len0rd/rockbox
skinengine: Make sure logical IF operator doesn't compare a garbage value
Change-Id: I125bea3c2659326b92eec027cddf0d041f10ebda
This commit is contained in:
parent
b6a16949e8
commit
da1fbb6d1a
1 changed files with 1 additions and 0 deletions
|
@ -632,6 +632,7 @@ static const char* NOINLINE get_lif_token_value(struct gui_wps *gwps,
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case DEFAULT:
|
case DEFAULT:
|
||||||
|
b = -1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue