From: Christos Zoulas Date: Sun, 23 Apr 2000 04:31:44 +0000 (+0000) Subject: remove duplicate locale (Alexander Mai) X-Git-Tag: FILE3_31~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4fc99f2138194b932bae16dd1bc0d579ffc46ee;p=file remove duplicate locale (Alexander Mai) --- diff --git a/src/file.c b/src/file.c index d5718bb0..e1a3e155 100644 --- a/src/file.c +++ b/src/file.c @@ -52,14 +52,13 @@ #ifdef HAVE_LOCALE_H #include #endif -#include #include /* for byte swapping */ #include "patchlevel.h" #ifndef lint -FILE_RCSID("@(#)$Id: file.c,v 1.49 2000/04/11 02:32:35 christos Exp $") +FILE_RCSID("@(#)$Id: file.c,v 1.50 2000/04/23 04:31:44 christos Exp $") #endif /* lint */ @@ -118,8 +117,6 @@ main(argc, argv) int check = 0, didsomefiles = 0, errflg = 0, ret = 0, app = 0; char *mime; - setlocale(LC_CTYPE, ""); /* makes islower etc work for other langs */ - #ifdef LC_CTYPE setlocale(LC_CTYPE, ""); /* makes islower etc work for other langs */ #endif