Author: pschweitzer
Date: Tue Dec 9 13:22:20 2008
New Revision: 37981
URL:
http://svn.reactos.org/svn/reactos?rev=37981&view=rev
Log:
Added a FIXME that I'll fix it later, when allocation will have been done in the good
way
Modified:
branches/pierre-fsd/drivers/filesystems/fastfat/finfo.c
Modified: branches/pierre-fsd/drivers/filesystems/fastfat/finfo.c
URL:
http://svn.reactos.org/svn/reactos/branches/pierre-fsd/drivers/filesystems/…
==============================================================================
--- branches/pierre-fsd/drivers/filesystems/fastfat/finfo.c [iso-8859-1] (original)
+++ branches/pierre-fsd/drivers/filesystems/fastfat/finfo.c [iso-8859-1] Tue Dec 9
13:22:20 2008
@@ -812,6 +812,11 @@
return STATUS_OBJECT_NAME_COLLISION;
}
+ /* FIXME
+ * Free memory allocated for upcased strings!
+ * FIXME
+ */
+
return STATUS_NOT_IMPLEMENTED;
}