diff options
Diffstat (limited to 'apps')
-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 c645728516..e8c3c9f629 100644 --- a/apps/gui/wps_parser.c +++ b/apps/gui/wps_parser.c @@ -393,7 +393,7 @@ static bool load_bitmap(struct wps_data *wps_data, int ret = read_bmp_file(filename, bm, wps_data->img_buf_free, format); - DEBUGF("Read %s, ret=%d\n",filename,ret); + if (ret > 0) { #if LCD_DEPTH == 16 |