From b25423f6636a17f61a50ea03ad6bda42125f0323 Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Sat, 27 Nov 2004 22:11:03 +0000 Subject: Call setlocale in all methods, don't call bindtextdomain in http --- methods/http.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'methods/http.cc') diff --git a/methods/http.cc b/methods/http.cc index e53667c07..f9358990c 100644 --- a/methods/http.cc +++ b/methods/http.cc @@ -1184,7 +1184,6 @@ int HttpMethod::Loop() int main() { setlocale(LC_ALL, ""); - bindtextdomain(APT_DOMAIN, _config->FindDir("Dir::Locale").c_str()); HttpMethod Mth; -- cgit v1.2.3