[Freeciv-Dev] (PR#2757) Patch: New metaserver sample civclient/civserver
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://RT::WebBaseURL.not.configured:80/Ticket/Display.html?id=2757 >
Missed some dead code in my latest patch.
Index: utility/netintf.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/utility/netintf.c,v
retrieving revision 1.22.2.1
diff -u -r1.22.2.1 netintf.c
--- utility/netintf.c 5 Oct 2004 13:45:48 -0000 1.22.2.1
+++ utility/netintf.c 5 Oct 2004 13:47:26 -0000
@@ -307,7 +307,6 @@
return "";
}
- ptr = buf;
for (ptr = buf; *txt != '\0'; txt++) {
ch = (unsigned char) *txt;
|
|