X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-dump.c;fp=notmuch-dump.c;h=887ef7f0179ab872ab7280e1ade03e15d6e1124a;hp=52a882837e41025335bdb6f3a5ac264c9d07ea91;hb=690e36bacd5e53c45775586024ca70f069ca68ad;hpb=24ff33082ab1a35c7a31835fba80ade145596422 diff --git a/notmuch-dump.c b/notmuch-dump.c index 52a88283..887ef7f0 100644 --- a/notmuch-dump.c +++ b/notmuch-dump.c @@ -51,7 +51,9 @@ database_dump_config (notmuch_database_t *notmuch, gzFile output) goto DONE; } - GZPRINTF (output, " %s\n", buffer); + GZPUTS (output, " "); + GZPUTS (output, buffer); + GZPUTS (output, "\n"); } ret = EXIT_SUCCESS;