CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     David White <[EMAIL PROTECTED]> 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