summaryrefslogtreecommitdiff
path: root/apps/gui/wps_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps_parser.c')
-rw-r--r--apps/gui/wps_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/wps_parser.c b/apps/gui/wps_parser.c
index a791440d0e..eb4b1087e3 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,
1483 1483
1484#ifdef HAVE_LCD_BITMAP 1484#ifdef HAVE_LCD_BITMAP
1485 /* Set all filename pointers to NULL */ 1485 /* Set all filename pointers to NULL */
1486 memset(bmp_names, sizeof(bmp_names), 0); 1486 memset(bmp_names, 0, sizeof(bmp_names));
1487#endif 1487#endif
1488 1488
1489 /* Skip leading UTF-8 BOM, if present. */ 1489 /* Skip leading UTF-8 BOM, if present. */