mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
convert most char[...] configuration values to std::string
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>
This commit is contained in:
@@ -151,7 +151,8 @@ bool CExtUpdate::applySettings(std::string & filename, int mode)
|
||||
DBG_TIMER_START()
|
||||
|
||||
std::string oldFilename = imgFilename;
|
||||
std::string hostName = netGetHostname();
|
||||
std::string hostName ="";
|
||||
netGetHostname(hostName);
|
||||
std::string orgPath = getPathName(imgFilename);
|
||||
std::string orgName = getBaseName(imgFilename);
|
||||
orgName = getFileName(orgName);
|
||||
|
Reference in New Issue
Block a user