mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +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)
|
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));
|
FileName tocheck = FileName(addName(dirname.absFileName(),pathname));
|
||||||
LYXERR(Debug::LYXVC, "check file: " << tocheck.absFileName());
|
LYXERR(Debug::LYXVC, "check file: " << tocheck.absFileName());
|
||||||
bool result = tocheck.exists();
|
bool result = tocheck.exists();
|
||||||
|
Loading…
Reference in New Issue
Block a user