- update: fix detection of image type

Conflicts:
	src/gui/update.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-11-30 00:08:42 +01:00
committed by Thilo Graf
parent 50c4387178
commit c65cacaa2e
2 changed files with 30 additions and 29 deletions

View File

@@ -51,6 +51,7 @@ class CFlashUpdate : public CProgressWindow
std::string file_md5;
std::string sysfs;
char fileType;
bool gotImage;
int width;
bool notify;