]> git.saurik.com Git - apt.git/blobdiff - methods/file.cc
Update with files from apt-sarge. Complete French translation.
[apt.git] / methods / file.cc
index 9fc5764d624407863c78ce22068d18d76837fc81..3500de9f5f100cab17ac53e8e97af267e7773845 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: file.cc,v 1.10 2004/01/07 20:39:38 mdz Exp $
+// $Id: file.cc,v 1.9.2.1 2004/01/16 18:58:50 mdz Exp $
 /* ######################################################################
 
    File URI method for APT
@@ -83,6 +83,8 @@ bool FileMethod::Fetch(FetchItem *Itm)
 
 int main()
 {
+   setlocale(LC_ALL, "");
+
    FileMethod Mth;
    return Mth.Run();
 }