From d4fc99f2138194b932bae16dd1bc0d579ffc46ee Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sun, 23 Apr 2000 04:31:44 +0000 Subject: [PATCH] remove duplicate locale (Alexander Mai) --- src/file.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.40.0