Le 2014-08-26 19:58, Karel Zak a écrit :
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!
Karel
Actually there is another problem with the NLS, but is it possible to
test the latest git or svn version ? as it could be allready fixed in
the latest version
Thanks
Thierry
--
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