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

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

[Wesnoth-cvs-commits] wesnoth/src network_worker.cpp


From: David White
Subject: [Wesnoth-cvs-commits] wesnoth/src network_worker.cpp
Date: Sun, 17 Oct 2004 17:45:19 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     David White <address@hidden>    04/10/17 21:38:05

Modified files:
        src            : network_worker.cpp 

Log message:
        fixed compile error on 64 bit systems

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/network_worker.cpp.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: wesnoth/src/network_worker.cpp
diff -u wesnoth/src/network_worker.cpp:1.6 wesnoth/src/network_worker.cpp:1.7
--- wesnoth/src/network_worker.cpp:1.6  Sun Oct 17 21:29:07 2004
+++ wesnoth/src/network_worker.cpp      Sun Oct 17 21:38:05 2004
@@ -74,7 +74,7 @@
 
                        if(itor == bufs.end()) {
                                if(managed == false) {
-                                       LOG_NW << "worker thread " << 
reinterpret_cast<long>(data) << " exiting...\n";
+                                       LOG_NW << "worker thread exiting...\n";
                                        return 0;
                                }
 




reply via email to

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