imageinfo-ni: fix crash on ARM_HARDWARE

Origin commit data
------------------
Commit: 7d0c3fca7b
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-07 (Sat, 07 Oct 2017)

Origin message was:
------------------
- imageinfo-ni: fix crash on ARM_HARDWARE
This commit is contained in:
vanhofen
2017-10-07 12:15:49 +02:00
parent a59845b271
commit 134255cd48

View File

@@ -341,7 +341,7 @@ void CImageInfoNI::paint()
ypos += iheight; ypos += iheight;
#ifndef HAVE_GENERIC_HARDWARE #if !HAVE_GENERIC_HARDWARE && !HAVE_ARM_HARDWARE
get_MTD_Info(); get_MTD_Info();
//paint_MTD_Info(xpos); //paint_MTD_Info(xpos);
//ypos += sheight; //ypos += sheight;