mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
Remove unneeded second slash
docdir does always end with a slash, so the second one is not needed. The first one is however mandatory.
This commit is contained in:
parent
46d2344902
commit
b84a5ac0d5
@ -1782,7 +1782,7 @@ void Buffer::writeLaTeXSource(otexstream & os,
|
||||
}
|
||||
os << "\\makeatletter\n"
|
||||
<< "\\def\\input@path{{"
|
||||
<< docdir << "/}}\n"
|
||||
<< docdir << "}}\n"
|
||||
<< "\\makeatother\n";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user