diff options
Diffstat (limited to 'src/glibext')
-rw-r--r-- | src/glibext/gbufferline.c | 2 |
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; |