Andre Poenitz wrote:
On Sun, Dec 02, 2007 at 07:52:29AM -0000, [EMAIL PROTECTED] wrote:
Author: younes
Date: Sun Dec  2 08:52:28 2007
New Revision: 21901

URL: http://www.lyx.org/trac/changeset/21901
Log:
compil Fix.


Modified:
    lyx-devel/trunk/src/support/lyxsum.cpp

Modified: lyx-devel/trunk/src/support/lyxsum.cpp
URL: 
http://www.lyx.org/trac/file/lyx-devel/trunk/src/support/lyxsum.cpp?rev=21901
==============================================================================
--- lyx-devel/trunk/src/support/lyxsum.cpp (original)
+++ lyx-devel/trunk/src/support/lyxsum.cpp Sun Dec  2 08:52:28 2007
@@ -136,10 +136,6 @@
 {
        //LYXERR(Debug::FILES, "lyx::sum() using istream_iterator (slow as a 
snail)");
- // a directory may be passed here so we need to test it. (bug 3622)
-       if (file.isDirectory())
-               return 0;
-
        ifstream ifs(file, std::ios_base::in | std::ios_base::binary);
        if (!ifs)
                return 0;

3622 is still fixed, right?

Right.

Abdel.

Reply via email to