fixed typo

This commit is contained in:
orignal 2025-03-22 12:30:51 -04:00
parent af5d2a415c
commit 029e279b48

View file

@ -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