diff -U2 -r /var/lib/copr-rpmbuild/results/i2pd-git/upstream-unpacked/Source0/i2pd-openssl/libi2pd_client/Torrents.cpp /var/lib/copr-rpmbuild/results/i2pd-git/srpm-unpacked/i2pd-openssl.tar.gz-extract/i2pd-openssl/libi2pd_client/Torrents.cpp --- /var/lib/copr-rpmbuild/results/i2pd-git/upstream-unpacked/Source0/i2pd-openssl/libi2pd_client/Torrents.cpp 2026-09-07 16:09:08.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/i2pd-git/srpm-unpacked/i2pd-openssl.tar.gz-extract/i2pd-openssl/libi2pd_client/Torrents.cpp 2026-09-07 15:43:26.000000000 +0000 @@ -437,5 +437,5 @@ if (name.empty () || name == "." || name == "..") return ""; #ifdef _WIN32 - if (name.back () == '.' || name.back () == ' ') return ""; // Windows drops those + if (name.back () == '.' || name.back () == ' ') return false; // Windows drops those #endif std::string adjustedName; @@ -449,5 +449,4 @@ adjustedName.push_back (ch); } - #ifdef _WIN32 static constexpr std::array reserved