mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
convert most char[...] configuration values to std::string
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>
Origin commit data
------------------
Commit: cbc9299df8
Author: martii <m4rtii@gmx.de>
Date: 2013-06-11 (Tue, 11 Jun 2013)
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