projects
/
liboping.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1171a88
)
src/oping.c: Actually _comma_ separate output lines.
author
Florian Forster
<ff@octo.it>
Mon, 27 Jun 2016 10:49:52 +0000
(12:49 +0200)
committer
Florian Forster
<ff@octo.it>
Mon, 27 Jun 2016 10:49:52 +0000
(12:49 +0200)
src/oping.c
patch
|
blob
|
history
diff --git
a/src/oping.c
b/src/oping.c
index
e3bbffc
..
3e114f5
100644
(file)
--- a/
src/oping.c
+++ b/
src/oping.c
@@
-1611,7
+1611,7
@@
static void update_host_hook (pingobj_iter_t *iter, /* {{{ */
if ((sequence % 32) == 0)
fprintf (outfile, "#time,host,latency[ms]\n");
- fprintf (outfile, "%.3f
\"%s\"
%.2f\n", t, context->host, latency);
+ fprintf (outfile, "%.3f
,\"%s\",
%.2f\n", t, context->host, latency);
}
}