diff options
| -rw-r--r-- | apps/gui/wps_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/wps_parser.c b/apps/gui/wps_parser.c index a791440..eb4b108 100644 --- a/apps/gui/wps_parser.c +++ b/apps/gui/wps_parser.c @@ -1483,7 +1483,7 @@ bool wps_data_load(struct wps_data *wps_data, #ifdef HAVE_LCD_BITMAP /* Set all filename pointers to NULL */ - memset(bmp_names, sizeof(bmp_names), 0); + memset(bmp_names, 0, sizeof(bmp_names)); #endif /* Skip leading UTF-8 BOM, if present. */ |