]> git.lyx.org Git - lyx.git/blobdiff - src/lyxvc.C
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / lyxvc.C
index 9d7b96279e59e7668f09675717c0dcd12f403311..835408913fea55f57274c2e2cb01f4e54d9aa795 100644 (file)
@@ -229,7 +229,7 @@ string const LyXVC::getLogFile() const
        if (!vcs)
                return string();
 
-       FileName const tmpf(tempName(string(), "lyxvclog"));
+       FileName const tmpf(tempName(FileName(), "lyxvclog"));
        if (tmpf.empty()) {
                lyxerr[Debug::LYXVC] << "Could not generate logfile "
                                     << tmpf << endl;