]> granicus.if.org Git - file/commitdiff
remove duplicate locale (Alexander Mai)
authorChristos Zoulas <christos@zoulas.com>
Sun, 23 Apr 2000 04:31:44 +0000 (04:31 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sun, 23 Apr 2000 04:31:44 +0000 (04:31 +0000)
src/file.c

index d5718bb0e81ce8069c5413b5b1750464f6f6095a..e1a3e1557880ca0dcbfde720fdd3ac7e50ad9a58 100644 (file)
 #ifdef HAVE_LOCALE_H
 #include <locale.h>
 #endif
-#include <locale.h>
 
 #include <netinet/in.h>                /* 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