mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
typo in comment
This commit is contained in:
parent
94d45d9c56
commit
d50e2aa7bf
@ -651,7 +651,7 @@ int LaTeX::scanLogFile(TeXErrors & terr)
|
||||
onlyFileName(changeExtension(file.absFileName(), ".log"));
|
||||
LYXERR(Debug::LATEX, "Log file: " << tmp);
|
||||
FileName const fn = FileName(makeAbsPath(tmp));
|
||||
// FIXME we should use and ifdocstream here and a docstring for token
|
||||
// FIXME we should use an ifdocstream here and a docstring for token
|
||||
// below. The encoding of the log file depends on the _output_ (font)
|
||||
// encoding of the TeX file (T1, TU etc.). See #10728.
|
||||
ifstream ifs(fn.toFilesystemEncoding().c_str());
|
||||
|
Loading…
Reference in New Issue
Block a user