diff options
| author | David Kalnischkies <kalnischkies@gmail.com> | 2009-11-27 00:19:48 +0100 |
|---|---|---|
| committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-11-27 00:19:48 +0100 |
| commit | f6026f0d5481e2c91be52cc85c47ccf5f1303f64 (patch) | |
| tree | 3e7549d0306d51c4609a14a1611032d287b6137b /ftparchive | |
| parent | 4647b1b3e5f94faae48c8b78b2d85124929b9362 (diff) | |
| parent | 1692a2c79f4c423ff257a882a1e8e16c3edad882 (diff) | |
merge with lp:~mvo/apt/debian-sid and update all pot's and po's
Diffstat (limited to 'ftparchive')
| -rw-r--r-- | ftparchive/apt-ftparchive.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftparchive/apt-ftparchive.cc b/ftparchive/apt-ftparchive.cc index 3b1e80631..d0dea7768 100644 --- a/ftparchive/apt-ftparchive.cc +++ b/ftparchive/apt-ftparchive.cc @@ -898,6 +898,7 @@ bool Clean(CommandLine &CmdL) int main(int argc, const char *argv[]) { + setlocale(LC_ALL, ""); CommandLine::Args Args[] = { {'h',"help","help",0}, {0,"md5","APT::FTPArchive::MD5",0}, |
