]> git.pld-linux.org Git - packages/kdelibs.git/commitdiff
- remove redundant slash in search path.
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 11 Feb 2008 22:15:22 +0000 (22:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kdelibs-lib_loader.patch -> 1.3

kdelibs-lib_loader.patch

index bb150cde5a4a715d625734ce343df29486cef8ac..ec96251df41d0686cfd96212cf201f7dcf85901f 100644 (file)
@@ -56,7 +56,7 @@
 +      try
 +      {
 +              boost::filesystem::path d( dir.ascii() );
-+              std::string p = d.string() + "/" + name + ".so";
++              std::string p = d.string() + name + ".so";
 +              if ( boost::filesystem::exists( p ) )
 +                      return p.c_str();
 +              boost::regex re( p + "\\..+", boost::regex::extended );
This page took 0.089963 seconds and 4 git commands to generate.