]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
Update other comment.
[lyx.git] / src / Buffer.cpp
index ab2164b82b7949d3f68254ea7717d4e95d212517..51430e44a1facba642d40160862680a411e4f92e 100644 (file)
@@ -354,6 +354,7 @@ private:
 /// Creates the per buffer temporary directory
 static FileName createBufferTmpDir()
 {
+       // FIXME THREAD
        static int count;
        // We are in our own directory.  Why bother to mangle name?
        // In fact I wrote this code to circumvent a problematic behaviour
@@ -928,7 +929,7 @@ bool Buffer::readDocument(Lexer & lex)
 
        readHeader(lex);
 
-       if (params().outputChanges) {
+       if (params().output_changes) {
                bool dvipost    = LaTeXFeatures::isAvailable("dvipost");
                bool xcolorulem = LaTeXFeatures::isAvailable("ulem") &&
                                  LaTeXFeatures::isAvailable("xcolor");