]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.cpp
Re-organization of Additional Features manual by John Hudson.
[lyx.git] / src / VCBackend.cpp
index 6350766dac7e57ef324c31f055182bd244b9239b..fbe367b5f0a8c7b46416dcabf1feffb736203c46 100644 (file)
@@ -566,6 +566,8 @@ void CVS::scanMaster()
                        // Ok extract the fields.
                        smatch sm;
 
+                       // false positive from coverity
+                       // coverity[CHECKED_RETURN]
                        regex_match(line, sm, reg);
 
                        //sm[0]; // whole matched string
@@ -2254,7 +2256,7 @@ bool GIT::prepareFileRevisionEnabled()
 
 bool GIT::toggleReadOnlyEnabled()
 {
-       return false;
+       return true;
 }