dovecot-2.0: doveadm: Minor code cleanup to print formatter.

dovecot at dovecot.org dovecot at dovecot.org
Mon Jun 21 23:52:04 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/d78370005268
changeset: 11608:d78370005268
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jun 21 21:52:01 2010 +0100
description:
doveadm: Minor code cleanup to print formatter.

diffstat:

 src/doveadm/doveadm-print-pager.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 15a6c64df84a -r d78370005268 src/doveadm/doveadm-print-pager.c
--- a/src/doveadm/doveadm-print-pager.c	Mon Jun 21 21:50:31 2010 +0100
+++ b/src/doveadm/doveadm-print-pager.c	Mon Jun 21 21:52:01 2010 +0100
@@ -33,7 +33,7 @@
 {
 	if (++ctx->header_idx == array_count(&ctx->headers)) {
 		ctx->header_idx = 0;
-		printf("\x0c\n"); /* ^L */
+		printf("\f\n");
 	}
 }
 


More information about the dovecot-cvs mailing list