mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 02:54:01 +01:00
* RouterInfo.cpp : remove .c_str()
This commit is contained in:
parent
5888ecbdcd
commit
e625d8aabc
|
@ -77,7 +77,7 @@ namespace data
|
|||
|
||||
bool RouterInfo::LoadFile ()
|
||||
{
|
||||
std::ifstream s(m_FullPath.c_str (), std::ifstream::binary);
|
||||
std::ifstream s(m_FullPath, std::ifstream::binary);
|
||||
if (s.is_open ())
|
||||
{
|
||||
s.seekg (0,std::ios::end);
|
||||
|
|
Loading…
Reference in a new issue