summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a83ee3c)
raw | patch | inline | side by side (parent: a83ee3c)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 30 Oct 2012 07:03:28 +0000 (08:03 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 30 Oct 2012 07:03:28 +0000 (08:03 +0100) |
src/rrtimeslice.c | patch | blob | history |
diff --git a/src/rrtimeslice.c b/src/rrtimeslice.c
index 6c135ec893ec865a6a18313d491e088c708dab71..25e9cb38c1ce2caf73eb3b7e5d5e476e4d4eda3b 100644 (file)
--- a/src/rrtimeslice.c
+++ b/src/rrtimeslice.c
buf_l[sizeof(buf_l) - 1] = '\0';
}
- snprintf(ts_str, sizeof(ts_str), "(%s, %s] #%i/%i",
+ snprintf(ts_str, sizeof(ts_str), "(\"%s\", \"%s\"] #%i/%i",
buf_l, buf_u, tslice->seq, num);
result = pstrdup(ts_str);