]> git.lyx.org Git - features.git/commitdiff
comment
authorPavel Sanda <sanda@lyx.org>
Wed, 23 Mar 2011 14:52:18 +0000 (14:52 +0000)
committerPavel Sanda <sanda@lyx.org>
Wed, 23 Mar 2011 14:52:18 +0000 (14:52 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38006 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/FileName.cpp

index 470ff9091133ff9f0c9fcd4c68fb01e489794dab..1650a5bceccf90156b8ba9afae0c7b55b67b9b51 100644 (file)
@@ -544,7 +544,7 @@ unsigned long FileName::checksum() const
 
        struct stat info;
        if (fstat(fd, &info))
-               // bug 5891
+               // fstat fails on samba shares (bug 5891)
                return result;
 
        void * mm = mmap(0, info.st_size, PROT_READ,