mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-15 21:52: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 (name.ends_with (".i2p"))
|
||||
if (!name.ends_with (".i2p"))
|
||||
#else
|
||||
if (name.find(".i2p") == name.npos)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue