wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src/editor editor_main.cpp


From: Pauli Manninen
Subject: [Wesnoth-cvs-commits] wesnoth/src/editor editor_main.cpp
Date: Fri, 03 Sep 2004 03:06:33 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Pauli Manninen <address@hidden> 04/09/03 07:01:23

Modified files:
        src/editor     : editor_main.cpp 

Log message:
        dos2unix

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/editor/editor_main.cpp.diff?tr1=1.17&tr2=1.18&r1=text&r2=text

Patches:
Index: wesnoth/src/editor/editor_main.cpp
diff -u wesnoth/src/editor/editor_main.cpp:1.17 
wesnoth/src/editor/editor_main.cpp:1.18
--- wesnoth/src/editor/editor_main.cpp:1.17     Thu Sep  2 11:34:28 2004
+++ wesnoth/src/editor/editor_main.cpp  Fri Sep  3 07:01:22 2004
@@ -250,8 +250,8 @@
                catch (gamemap::incorrect_format_exception) {
                        std::cerr << "The map is not in a correct format, 
sorry." << std::endl;
                        return 1;
-               } catch (CVideo::quit& e) {
-                       return 0;
+               } catch (CVideo::quit& e) {
+                       return 0;
                }
        }
        return 0;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]