]> git.saurik.com Git - apt.git/blobdiff - methods/http.cc
* changelog entry for 0.6.34ubuntu1 added, MinAge default is 2 days now
[apt.git] / methods / http.cc
index 3bb29cde07d7c42d1658a01c2fe66d4d28617125..f9358990cd88dd87fec4f9fc4aa290c3cd5b1646 100644 (file)
@@ -1183,6 +1183,8 @@ int HttpMethod::Loop()
 
 int main()
 {
+   setlocale(LC_ALL, "");
+
    HttpMethod Mth;
    
    return Mth.Loop();