head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2009.11.21.19.11.37; author rse; state Exp; branches; next ; commitid PS6pxupnL7Mv4qcu; desc @@ 1.1 log @upgrading package: cracklib 2.8.13 -> 2.8.15 @ text @Index: util/check.c --- util/check.c.orig 2008-12-16 03:25:52 +0100 +++ util/check.c 2009-11-21 20:08:20 +0100 @@@@ -21,9 +21,6 @@@@ const char *why; int i; - setlocale(LC_ALL, ""); - textdomain(PACKAGE); - while (fgets(buf, sizeof(buf), stdin) != NULL) { while (((i = strlen(buf)) > 0) && (i > 0)) { if (strchr("\r\n", buf[i - 1]) != NULL) { @