]> git.lyx.org Git - lyx.git/blobdiff - src/Converter.cpp
- moderncv.layout: add missing separator style
[lyx.git] / src / Converter.cpp
index c76b574995795c71119d30d382c6940c127a1004..23c277ac9640947238cb3b974693551cfd0b473c 100644 (file)
@@ -333,6 +333,8 @@ bool Converters::convert(Buffer const * buffer,
        // This has the added benefit that all other files that may be
        // generated by the converter are deleted when LyX closes and do not
        // clutter the real working directory.
+       // FIXME: This does not work if path is an UNC path on windows
+       //        (bug 6127).
        string const path(onlyPath(from_file.absFileName()));
        // Prevent the compiler from optimizing away p
        FileName pp(path);