]> git.lyx.org Git - features.git/commit
Fix child document regex in scanLogFile
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 9 Feb 2018 10:42:18 +0000 (11:42 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 9 Feb 2018 10:46:43 +0000 (11:46 +0100)
commit398e026250f6d7d1687bdf04a8a27a61946d088f
treee8f2f50249f1e1ae02524262fecfd317f28aa2f7
parentf15cb2c40dd84f3470e8f64f7062fb72068fb11d
Fix child document regex in scanLogFile

Several problems:
* The regex failed at names such as 1_text_2_text.tex
  (returned "2_text.tex)
* The regex failed at names such as 12_text.tex
  (returned "2_text.tex)
* Masters with digits in the name (2018_text.tex) were
  tracked as their own children
src/LaTeX.cpp