mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
Merge branch 'master' of git.lyx.org:lyx
This commit is contained in:
commit
be0bed91e2
@ -100,7 +100,7 @@ bool VCS::makeRCSRevision(string const &version, string &revis) const
|
||||
|
||||
bool VCS::checkparentdirs(FileName const & file, std::string const & pathname)
|
||||
{
|
||||
FileName dirname = file.onlyPath();
|
||||
FileName dirname = FileName(file.absFileName()).onlyPath();
|
||||
FileName tocheck = FileName(addName(dirname.absFileName(),pathname));
|
||||
LYXERR(Debug::LYXVC, "check file: " << tocheck.absFileName());
|
||||
bool result = tocheck.exists();
|
||||
|
Loading…
Reference in New Issue
Block a user