util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christian Hesse <list@eworm.de>
To: Karel Zak <kzak@redhat.com>
Cc: util-linux@vger.kernel.org, Christian Hesse <mail@eworm.de>
Subject: [PATCH 1/1] agetty: fix output of escaped characters
Date: Wed,  7 Nov 2018 13:55:06 +0100	[thread overview]
Message-ID: <20181107125506.8432-1-list@eworm.de> (raw)
In-Reply-To: <20181107134217.2fe72a87@leda>

From: Christian Hesse <mail@eworm.de>

Signed-off-by: Christian Hesse <mail@eworm.de>
---
 term-utils/agetty.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/term-utils/agetty.c b/term-utils/agetty.c
index 05a269abb..b9f08728e 100644
--- a/term-utils/agetty.c
+++ b/term-utils/agetty.c
@@ -2755,7 +2755,7 @@ static void output_special_char(struct issue *ie,
 		break;
 	}
 	default:
-		putchar(c);
+		putc(c, ie->output);
 		break;
 	}
 }

  reply	other threads:[~2018-11-07 13:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-06 11:33 [ANNOUNCE] util-linux v2.33 Karel Zak
2018-11-06 12:34 ` Samuel Thibault
2018-11-07  1:20   ` Carlos Santos
2018-11-07  9:49     ` Karel Zak
2018-11-07 10:02       ` Samuel Thibault
2018-11-12 10:39   ` Karel Zak
2018-11-07 12:42 ` Christian Hesse
2018-11-07 12:55   ` Christian Hesse [this message]
2018-11-07 13:19     ` [PATCH 1/1] agetty: fix output of escaped characters Karel Zak
2018-11-12 10:39     ` Karel Zak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181107125506.8432-1-list@eworm.de \
    --to=list@eworm.de \
    --cc=kzak@redhat.com \
    --cc=mail@eworm.de \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).