aboutsummaryrefslogtreecommitdiffstats
path: root/ringbuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'ringbuffer.c')
-rw-r--r--ringbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ringbuffer.c b/ringbuffer.c
index ddd1dea4a8..c22de5eeef 100644
--- a/ringbuffer.c
+++ b/ringbuffer.c
@@ -141,7 +141,7 @@ static int ringbuf_exec_compress(gchar* name)
return -1;
}
- outgz = g_strdup_printf("%s.gz", name);
+ outgz = ws_strdup_printf("%s.gz", name);
fi = gzopen(outgz, "wb");
g_free(outgz);
if (fi == NULL) {