From 36bd380f3adb8cabb2644f3c53f693dfc29fad8b Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Fri, 17 Feb 2017 18:06:38 +0000 Subject: [PATCH] [FASTFAT] Fix a typo brought in r73819 svn path=/trunk/; revision=73820 --- reactos/drivers/filesystems/fastfat/cleanup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/filesystems/fastfat/cleanup.c b/reactos/drivers/filesystems/fastfat/cleanup.c index 7c223c87b64..ad119dfeb02 100644 --- a/reactos/drivers/filesystems/fastfat/cleanup.c +++ b/reactos/drivers/filesystems/fastfat/cleanup.c @@ -120,7 +120,7 @@ VfatCleanupFile( 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);