]> git.lyx.org Git - lyx.git/blobdiff - src/vc-backend.C
Avoid repeated name in tabfolders
[lyx.git] / src / vc-backend.C
index a5fd7be2a5d532e9a14eb96f6614ae1f4a32a7bc..198fc89cf687d564c7dd6c6f16ea110fd8f3b2a0 100644 (file)
@@ -254,6 +254,7 @@ void CVS::scanMaster()
                        //sm[4]; // options
                        //sm[5]; // tag or tagdate
                        FileInfo fi(file_);
+                       // FIXME: must double check file is stattable/existing
                        time_t mod = fi.getModificationTime();
                        string mod_date = strip(asctime(gmtime(&mod)), '\n');
                        lyxerr[Debug::LYXVC]