[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] correct multiple internal spaces
Update of /home/or/cvsroot/tor/src/common
In directory moria.mit.edu:/tmp/cvs-serv12136/src/common
Modified Files:
util.c
Log Message:
correct multiple internal spaces
Index: util.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/util.c,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -d -r1.186 -r1.187
--- util.c 28 Nov 2004 09:05:46 -0000 1.186
+++ util.c 28 Nov 2004 09:14:07 -0000 1.187
@@ -1207,7 +1207,7 @@
*port_max_out = 65535;
} else {
endptr = NULL;
- *port_min_out = (uint16_t) tor_parse_long(port, 10, 1, 65535,
+ *port_min_out = (uint16_t) tor_parse_long(port, 10, 1, 65535,
NULL, &endptr);
if (*endptr == '-') {
port = endptr+1;