mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
checkwps: properly zero the wps struct to avoid interesting issues
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28308 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b88efd11c2
commit
f1fd60288f
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ int main(int argc, char **argv)
|
||||||
int res;
|
int res;
|
||||||
int filearg = 1;
|
int filearg = 1;
|
||||||
|
|
||||||
struct wps_data wps;
|
struct wps_data wps={0};
|
||||||
enum screen_type screen = SCREEN_MAIN;
|
enum screen_type screen = SCREEN_MAIN;
|
||||||
struct screen* wps_screen;
|
struct screen* wps_screen;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue