mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-10 01:01:02 +00:00
* RouterInfo.cpp : remove .c_str()
This commit is contained in:
parent
5888ecbdcd
commit
e625d8aabc
@ -77,7 +77,7 @@ namespace data
|
|||||||
|
|
||||||
bool RouterInfo::LoadFile ()
|
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 ())
|
if (s.is_open ())
|
||||||
{
|
{
|
||||||
s.seekg (0,std::ios::end);
|
s.seekg (0,std::ios::end);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user