mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
missed this.
This commit is contained in:
parent
a5004a394a
commit
523d284729
@ -157,7 +157,7 @@ set<string> getTexFileList(string const & filename)
|
||||
|
||||
// Normalise paths like /foo//bar ==> /foo/bar
|
||||
for (auto doc : doclist) {
|
||||
subst(doc, from_ascii("\r"), docstring());
|
||||
doc = subst(doc, from_ascii("\r"), docstring());
|
||||
while (contains(doc, from_ascii("//")))
|
||||
doc = subst(doc, from_ascii("//"), from_ascii("/"));
|
||||
if (!doc.empty())
|
||||
|
Loading…
Reference in New Issue
Block a user