This one didn't make it to Unicode for some reason.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35761 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-10-21 19:15:31 +00:00
parent 1f87b2ef5d
commit c5200a848e

View File

@ -951,7 +951,7 @@ void LaTeX::deplog(DepTable & head)
string lastline;
while (ifs) {
// Ok, the scanning of files here is not sufficient.
// Sometimes files are named by "File:Â xxx" only
// Sometimes files are named by "File:<EFBFBD> xxx" only
// So I think we should use some regexps to find files instead.
// Note: all file names and paths might contains spaces.
bool found_file = false;