mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-16 06:02:18 +02:00
fixed typo
This commit is contained in:
parent
af5d2a415c
commit
029e279b48
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ namespace client
|
||||||
}
|
}
|
||||||
|
|
||||||
#if __cplusplus >= 202002L // C++20
|
#if __cplusplus >= 202002L // C++20
|
||||||
if (name.ends_with (".i2p"))
|
if (!name.ends_with (".i2p"))
|
||||||
#else
|
#else
|
||||||
if (name.find(".i2p") == name.npos)
|
if (name.find(".i2p") == name.npos)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue