sfx2/qa/cppunit/test_misc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9b1af015fba717db26e6419365b25b4c274fedea
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sat Sep 22 14:37:32 2018 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sat Sep 22 16:43:53 2018 +0200

    try other markup
    
    Change-Id: I1d2ff100023ac6d94ea6ec65844cf509988ac90b
    Reviewed-on: https://gerrit.libreoffice.org/60894
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sfx2/qa/cppunit/test_misc.cxx b/sfx2/qa/cppunit/test_misc.cxx
index c86eca8262a2..cf9fcdb3e0be 100644
--- a/sfx2/qa/cppunit/test_misc.cxx
+++ b/sfx2/qa/cppunit/test_misc.cxx
@@ -181,7 +181,7 @@ void MiscTest::testHardLinks()
     xStorable->store();
 
     struct stat buf;
-    // coverity[toctou] - this is legitimate in the context of this text
+    // coverity[fs_check_call] - this is legitimate in the context of this text
     int nRet = stat(aOld.getStr(), &buf);
     CPPUNIT_ASSERT_EQUAL(0, nRet);
     // This failed: hard link count was 1, the hard link broke on store.
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to