Author: jhinrichs
Date: Sun Apr 12 23:07:02 2009
New Revision: 34830

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34830&view=rev
Log:
oops, fixing the messed up comments

Modified:
    trunk/src/savegame.cpp

Modified: trunk/src/savegame.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/savegame.cpp?rev=34830&r1=34829&r2=34830&view=diff
==============================================================================
--- trunk/src/savegame.cpp (original)
+++ trunk/src/savegame.cpp Sun Apr 12 23:07:02 2009
@@ -46,7 +46,6 @@
         *     - if true, convert the string from ANSI to UTF-8.
         *     - if false, reverse. (convert it from UTF-8 to ANSI)
         */
-       /*
        void conv_ansi_utf8(std::string &name, bool a2u) {
                int wlen = MultiByteToWideChar(a2u ? CP_ACP : CP_UTF8, 0,
                                                                           
name.c_str(), -1, NULL, 0);


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

Reply via email to