summaryrefslogtreecommitdiff
path: root/src/latency.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/latency.c')
-rw-r--r--src/latency.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/latency.c b/src/latency.c
index a8f7c01d1..d9c422ad8 100644
--- a/src/latency.c
+++ b/src/latency.c
@@ -228,6 +228,6 @@ nodataerr:
/* Common error when the user asks for an event we have no latency
* information about. */
addReplyErrorFormat(c,
- "No samples available for event '%s'", c->argv[2]->ptr);
+ "No samples available for event '%s'", (char*) c->argv[2]->ptr);
}