Author: pschweitzer
Date: Fri Feb 17 18:06:38 2017
New Revision: 73820
URL:
http://svn.reactos.org/svn/reactos?rev=73820&view=rev
Log:
[FASTFAT]
Fix a typo brought in r73819
Modified:
trunk/reactos/drivers/filesystems/fastfat/cleanup.c
Modified: trunk/reactos/drivers/filesystems/fastfat/cleanup.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/fastfa…
==============================================================================
--- trunk/reactos/drivers/filesystems/fastfat/cleanup.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/fastfat/cleanup.c [iso-8859-1] Fri Feb 17 18:06:38
2017
@@ -120,7 +120,7 @@
pFcb->PathNameU.Length -
pFcb->LongNameU.Length,
NULL,
NULL,
- VfatIsDirectoryEmpty(pFcb) ?
+ vfatFCBIsDirectory(pFcb) ?
FILE_NOTIFY_CHANGE_DIR_NAME :
FILE_NOTIFY_CHANGE_FILE_NAME,
FILE_ACTION_REMOVED,
NULL);