]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileName.cpp
zipunzip.cpp: Replace makedir etc with versions in support::FileName, fix a bug in...
[lyx.git] / src / support / FileName.cpp
index abc0616883d0e75debe5a1aa7a984ebaf8728fb3..e847ecc5a2ace72d7073febeb51644fb4e69e23d 100644 (file)
@@ -268,7 +268,7 @@ string FileName::onlyFileName() const
 FileName FileName::onlyPath() const
 {
        FileName path;
-       path.d->fi.setFile(d->fi.filePath());
+       path.d->fi.setFile(d->fi.path());
        return path;
 }