Author: soliton
Date: Wed Apr 22 17:43:01 2009
New Revision: 35121

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35121&view=rev
Log:
typo fix

Modified:
    branches/1.6/src/server/ban.cpp

Modified: branches/1.6/src/server/ban.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.6/src/server/ban.cpp?rev=35121&r1=35120&r2=35121&view=diff
==============================================================================
--- branches/1.6/src/server/ban.cpp (original)
+++ branches/1.6/src/server/ban.cpp Wed Apr 22 17:43:01 2009
@@ -395,7 +395,7 @@
                }
                default_ban_times::const_iterator time_itor = 
ban_times_.find(duration);
                if (utils::lowercase(duration) == "permanent" || duration == 
"0") {
-                       time = 0;
+                       *time = 0;
                } else if (time_itor != ban_times_.end()) {
                        *time += time_itor->second;
                } else {


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to