From: Karel Zak <kzak@redhat.com>
To: tnut@nutyx.org
Cc: util-linux@vger.kernel.org
Subject: Re: cfdisk, wrong interpretation of yes in non-english language
Date: Tue, 26 Aug 2014 19:58:17 +0200 [thread overview]
Message-ID: <20140826175817.GA30359@x2.net.home> (raw)
In-Reply-To: <d8263f3bc98929c82bbd0962ca77a159@nutyx.org>
On Tue, Aug 26, 2014 at 11:18:09AM +0200, tnut@nutyx.org wrote:
> - if (rc <= 0 || strcasecmp(buf, "yes") != 0
> - || strcasecmp(buf, _("yes")) != 0) {
> + if (rc <= 0 || (strcasecmp(buf, "yes") != 0
> + && strcasecmp(buf, _("yes")) != 0)) {
Fixed, thanks!
Karel
--
Karel Zak <kzak@redhat.com>
http://karelzak.blogspot.com
next prev parent reply other threads:[~2014-08-26 17:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-26 9:18 cfdisk, wrong interpretation of yes in non-english language tnut
2014-08-26 10:41 ` Stephan Müller
2014-08-26 11:33 ` tnut
2014-08-26 12:54 ` Stephan Müller
2014-08-26 17:58 ` Karel Zak [this message]
2014-08-26 19:28 ` tnut
2014-08-26 20:23 ` 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=20140826175817.GA30359@x2.net.home \
--to=kzak@redhat.com \
--cc=tnut@nutyx.org \
--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