Commit in reactos/drivers/fs/cdfs on MAIN
finfo.c+2-21.10 -> 1.11
- Fixed my copy-and-paste bug. Thanks to Royce III.

reactos/drivers/fs/cdfs
finfo.c 1.10 -> 1.11
diff -u -r1.10 -r1.11
--- finfo.c	23 May 2004 13:31:25 -0000	1.10
+++ finfo.c	23 May 2004 15:49:56 -0000	1.11
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: finfo.c,v 1.10 2004/05/23 13:31:25 hbirr Exp $
+/* $Id: finfo.c,v 1.11 2004/05/23 15:49:56 hbirr Exp $
  *
  * COPYRIGHT:        See COPYING in the top level directory
  * PROJECT:          ReactOS kernel
@@ -70,7 +70,7 @@
     {
       StandardInfo->AllocationSize = Fcb->RFCB.AllocationSize;
       StandardInfo->EndOfFile = Fcb->RFCB.FileSize;
-      StandardInfo->Directory = TRUE;
+      StandardInfo->Directory = FALSE;
     }
   StandardInfo->NumberOfLinks = 0;
   StandardInfo->DeletePending = FALSE;
CVSspam 0.2.8