diff options
author | Matt Zimmerman <matt.zimmerman@canonical.com> | 2004-11-25 17:17:48 +0000 |
---|---|---|
committer | Matt Zimmerman <matt.zimmerman@canonical.com> | 2004-11-25 17:17:48 +0000 |
commit | 0800915dcfcc2a89e69715d494adf21e43bd00cc (patch) | |
tree | f789fcaf11beac0432df8872df0b144dbe953b33 /methods | |
parent | 049c0171c286bbce536c2732ac17605fdea78410 (diff) |
Fix error in patch-22
Diffstat (limited to 'methods')
-rw-r--r-- | methods/http.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/http.cc b/methods/http.cc index 68653fbb3..e53667c07 100644 --- a/methods/http.cc +++ b/methods/http.cc @@ -1184,7 +1184,7 @@ int HttpMethod::Loop() int main() { setlocale(LC_ALL, ""); - bindtextdomain(APT_DOMAIN, Cnf.FindDir("Dir::Locale").c_str()); + bindtextdomain(APT_DOMAIN, _config->FindDir("Dir::Locale").c_str()); HttpMethod Mth; |