1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/net/gnomenettool/files/patch-gnome-netinfo_ping.c
Joe Marcus Clarke b3fb0c72c0 Add gnomenetwork, a suite of tools that allow for remote desktop connections,
SSH, and RSH shells, as well as a network information tool similar to MacOS
X's Netinfo.
2004-01-03 08:29:37 +00:00

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,