From: Michael Vogt Date: Mon, 28 Apr 2014 15:40:50 +0000 (+0200) Subject: use flAbsPath() X-Git-Tag: 1.1.exp1~35^2~3 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/fb11075f497e5a7afe5837ae84a350fff9f93dc5?ds=sidebyside use flAbsPath() --- diff --git a/apt-pkg/deb/debindexfile.cc b/apt-pkg/deb/debindexfile.cc index 1cecb42cf..86ef92bfb 100644 --- a/apt-pkg/deb/debindexfile.cc +++ b/apt-pkg/deb/debindexfile.cc @@ -673,8 +673,7 @@ APT_CONST bool debStatusIndex::Exists() const debDebPkgFileIndex::debDebPkgFileIndex(std::string DebFile) : pkgIndexFile(true), DebFile(DebFile) { - // FIXME: we need to os.normpath(DebFile) here, this is a lame workaround - DebFileFullPath = SafeGetCWD() + DebFile; + DebFileFullPath = flAbsPath(DebFile); } std::string debDebPkgFileIndex::ArchiveURI(std::string /*File*/) const