[ros-diffs] [pschweitzer] 37981: Added a FIXME that I'll fix it later, when allocation will have been done in the good way

pschweitzer at svn.reactos.org pschweitzer at svn.reactos.org
Tue Dec 9 20:22:20 CET 2008


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/fastfat/finfo.c?rev=37981&r1=37980&r2=37981&view=diff
==============================================================================
--- 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;
 }
 



More information about the Ros-diffs mailing list