mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fixed Linux build
This commit is contained in:
parent
e25c17b0b3
commit
fcddf9843d
3 changed files with 4 additions and 4 deletions
|
@ -169,7 +169,7 @@ namespace data
|
|||
{
|
||||
for (boost::filesystem::directory_iterator it1 (it->path ()); it1 != end; ++it1)
|
||||
{
|
||||
#ifdef BOOST_VERSION > 10500
|
||||
#if BOOST_VERSION > 10500
|
||||
RouterInfo * r = new RouterInfo (it1->path().string().c_str ());
|
||||
#else
|
||||
RouterInfo * r = new RouterInfo(it1->path().c_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue