]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp.cc
rename option APT::Solver::Name to simply APT::Solver
[apt.git] / apt-pkg / edsp.cc
index 218ce9f241c3699e2a22397062ca6ec84f8da667..02ef7d04b23a6c022d0853c6e5865f67f741cde1 100644 (file)
@@ -231,7 +231,7 @@ bool EDSP::WriteRequest(pkgDepCache &Cache, FILE* output, bool const Upgrade,
    if (_config->FindB("APT::Solver::Strict-Pinning", true) == false)
       fprintf(output, "Strict-Pinning: no\n");
    string solverpref("APT::Solver::");
-   solverpref.append(_config->Find("APT::Solver::Name", "internal")).append("::Preferences");
+   solverpref.append(_config->Find("APT::Solver", "internal")).append("::Preferences");
    if (_config->Exists(solverpref) == true)
       fprintf(output, "Preferences: %s\n", _config->Find(solverpref,"").c_str());
    fprintf(output, "\n");