Softupdate: Fix filename for local update

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9b12442b5d
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-08-20 (Tue, 20 Aug 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-08-20 20:38:51 +02:00
parent 7b0322785a
commit 90bf93c597
3 changed files with 5 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ class CExtUpdate
~CExtUpdate();
static CExtUpdate* getInstance();
bool applySettings(const std::string & filename, int mode);
bool applySettings(std::string & filename, int mode);
bool ErrorReset(bool modus, const std::string & msg1="", const std::string & msg2="");
bool isBlacklistEntry(const std::string & file);