diff --git a/libretroshare/src/ft/ftserver.cc b/libretroshare/src/ft/ftserver.cc index 8afc6d339..2b3391beb 100644 --- a/libretroshare/src/ft/ftserver.cc +++ b/libretroshare/src/ft/ftserver.cc @@ -257,7 +257,7 @@ bool ftServer::checkHash(const std::string& hash,std::string& error_string) return false ; } - for(uint i=0;i 47 && hash[i] < 58) || (hash[i] > 96 && hash[i] < 103))) { std::ostringstream is;