]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.C
Small fixes noticed by Jean-Marc.
[lyx.git] / src / buffer.C
index 74c7d6eb5842e4bd6ba3726bd62cb4c4bbda1fcf..62750128c60941c70bda4896eb53bf3539415296 100644 (file)
@@ -1289,7 +1289,7 @@ void Buffer::writeFileAscii(string const & fname, int linelen)
                return;
        }
 
-       string const fname1 = TmpFileName();
+       string const fname1 = lyx::tempName(); //TmpFileName();
        LyXParagraph * par = paragraph;
        while (par) {
                int noparbreak = 0;