Author: shadowmaster
Date: Mon Aug 25 02:51:25 2008
New Revision: 28953

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28953&view=rev
Log:
* Remove unrecognized UTF-8 sequence 0xC2,0xA0 from source code file to fix a 
compiler error ("stray <CODE> in program") by line 108

Modified:
    trunk/src/server/ban.cpp

Modified: trunk/src/server/ban.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/server/ban.cpp?rev=28953&r1=28952&r2=28953&view=diff
==============================================================================
--- trunk/src/server/ban.cpp (original)
+++ trunk/src/server/ban.cpp Mon Aug 25 02:51:25 2008
@@ -105,7 +105,7 @@
 
        void ban_manager::write()
        {
-               if (filename_.empty() || !dirty_)
+               if (filename_.empty() || !dirty_)
                        return;
                LOG_SERVER << "Writing bans to " <<  filename_ << "\n";
                dirty_ = false;


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

Reply via email to