CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: David White <[EMAIL PROTECTED]> 04/10/29 22:01:23
Modified files:
src : network_worker.cpp
Log message:
fixed threading bugs
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/network_worker.cpp.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
Patches:
Index: wesnoth/src/network_worker.cpp
diff -u wesnoth/src/network_worker.cpp:1.8 wesnoth/src/network_worker.cpp:1.9
--- wesnoth/src/network_worker.cpp:1.8 Fri Oct 29 21:56:20 2004
+++ wesnoth/src/network_worker.cpp Fri Oct 29 22:01:23 2004
@@ -195,6 +195,7 @@
}
}
+ return;
}
}