Re: cfdisk, wrong interpretation of yes in non-english language

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Aug 26, 2014 at 07:58:17PM +0200, Karel Zak wrote:
> On Tue, Aug 26, 2014 at 11:18:09AM +0200, tnut@xxxxxxxxx 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!

 Sorry, committed with typo, should be fixed now.

    Karel

-- 
 Karel Zak  <kzak@xxxxxxxxxx>
 http://karelzak.blogspot.com
--
To unsubscribe from this list: send the line "unsubscribe util-linux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux