diff options
author | Michael Vogt <mvo@debian.org> | 2004-11-28 14:50:25 +0000 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2004-11-28 14:50:25 +0000 |
commit | 96b83b826ef733fa4fdfe99dd5009cba5af9a2c4 (patch) | |
tree | 58eb307a6a7743dd4e55902646f9c6a1b8d52330 /methods/gzip.cc | |
parent | 759ef60bae33fd38079d298287c107ec83821634 (diff) | |
parent | b25423f6636a17f61a50ea03ad6bda42125f0323 (diff) |
* imported changes from apt--main
Patches applied:
* apt@packages.debian.org/apt--main--0--patch-28
Fix permissions (again)
* apt@packages.debian.org/apt--main--0--patch-29
Call setlocale in all methods, don't call bindtextdomain in http
Diffstat (limited to 'methods/gzip.cc')
-rw-r--r-- | methods/gzip.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/methods/gzip.cc b/methods/gzip.cc index af1ac465e..ac64f33f8 100644 --- a/methods/gzip.cc +++ b/methods/gzip.cc @@ -154,6 +154,8 @@ bool GzipMethod::Fetch(FetchItem *Itm) int main(int argc, char *argv[]) { + setlocale(LC_ALL, ""); + GzipMethod Mth; Prog = strrchr(argv[0],'/'); |