Author: mordante
Date: Thu Oct 9 13:12:00 2008
New Revision: 29974
URL: http://svn.gna.org/viewcvs/wesnoth?rev=29974&view=rev
Log:
Fix a concatencate problem.
Modified:
trunk/src/server/server.cpp
Modified: trunk/src/server/server.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/server/server.cpp?rev=29974&r1=29973&r2=29974&view=diff
==============================================================================
--- trunk/src/server/server.cpp (original)
+++ trunk/src/server/server.cpp Thu Oct 9 13:12:00 2008
@@ -444,7 +444,7 @@
std::string salt3 = user_handler_->create_pepper(user, 1);
if(salt2.empty() || salt3.empty()) {
send_error(sock, "Even though your nick is registered on this
server you"
- "cannot log in due to an error in the
hashing algorithm.");
+ " cannot log in due to an error in the
hashing algorithm.");
return;
}
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits