Softupdate: Check the available disk space when reading the flash

Origin commit data
------------------
Commit: a3762416af
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-08-20 (Tue, 20 Aug 2013)
This commit is contained in:
Michael Liebmann
2013-08-20 02:23:10 +02:00
parent 36b3fd0a99
commit 87fef9c895
6 changed files with 47 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ class CFlashExpert : public CProgressWindow
void showMTDSelector(const std::string & actionkey);
void showFileSelector(const std::string & actionkey);
bool checkSize(int mtd, std::string &backupFile);
void readmtd(int readmtd);
public: