summaryrefslogtreecommitdiff
path: root/src/glibext/gbufferline.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glibext/gbufferline.c')
-rw-r--r--src/glibext/gbufferline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glibext/gbufferline.c b/src/glibext/gbufferline.c
index 859b6ac..7768a0e 100644
--- a/src/glibext/gbufferline.c
+++ b/src/glibext/gbufferline.c
@@ -1356,7 +1356,7 @@ void g_buffer_line_export(GBufferLine *line, buffer_export_context *ctx, BufferE
switch (type)
{
case BET_TEXT:
- if (i > 0) dprintf(ctx->fd, ctx->sep);
+ if (i > 0) dprintf(ctx->fd, "%s", ctx->sep);
break;
default:
break;