From 4f1d44297aa7605656db0c51955cf2968c91ac19 Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Thu, 26 Oct 2006 17:21:39 +0000 Subject: [PATCH] Don't really know why I did setlocale. Get rid of it since I want the CTYPE to be standard. --- btpd/main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/btpd/main.c b/btpd/main.c index f5c88e2..cabe0d2 100644 --- a/btpd/main.c +++ b/btpd/main.c @@ -7,7 +7,6 @@ #include #include #include -#include #include #include #include @@ -158,8 +157,6 @@ main(int argc, char **argv) char *dir = NULL, *log = NULL; int daemonize = 1; - setlocale(LC_ALL, ""); - for (;;) { switch (getopt_long(argc, argv, "d:p:", longopts, NULL)) { case -1: