X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/50c8114d791602fcc427c6dc94b55f3226e8a21d..b14917ec621812b9a0d66f8a3302467f5f85789a:/sbr/encode_rfc2047.c?ds=sidebyside diff --git a/sbr/encode_rfc2047.c b/sbr/encode_rfc2047.c index ac340f71..e1a47855 100644 --- a/sbr/encode_rfc2047.c +++ b/sbr/encode_rfc2047.c @@ -721,8 +721,8 @@ do_reformat: */ if (groupflag && ! mn->m_ingrp) { - output = add("; ", output); - column += 2; + output = add(";", output); + column += 1; } groupflag = mn->m_ingrp;