mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
b3fb0c72c0
SSH, and RSH shells, as well as a network information tool similar to MacOS X's Netinfo.
12 lines
329 B
C
12 lines
329 B
C
--- gnome-netinfo/ping.c.orig Sat Dec 6 23:08:52 2003
|
|
+++ gnome-netinfo/ping.c Sat Dec 6 23:17:35 2003
|
|
@@ -330,6 +330,8 @@
|
|
|
|
if (netinfo_get_ip_version (netinfo) == IPV4)
|
|
line = g_strdelimit (line, ":", ' ');
|
|
+ else
|
|
+ line = g_strdelimit (line, ",", ' ');
|
|
|
|
#ifdef PING_PARAMS_5
|
|
count = sscanf (line, PING_FORMAT,
|