*** empty log message ***
authorcharles <charles>
Mon, 3 Feb 2003 18:33:28 +0000 (18:33 +0000)
committercharles <charles>
Mon, 3 Feb 2003 18:33:28 +0000 (18:33 +0000)
yaffs_guts.c

index cfe955f8ca306e7298b24a56f1534a42171557a3..9d9dc3e8e88cd25260ee3a2dc67af72b41aac13c 100644 (file)
@@ -14,7 +14,7 @@
  */
  //yaffs_guts.c
 
-const char *yaffs_guts_c_version="$Id: yaffs_guts.c,v 1.20 2003-01-31 03:30:33 charles Exp $";
+const char *yaffs_guts_c_version="$Id: yaffs_guts.c,v 1.21 2003-02-03 18:33:28 charles Exp $";
 
 #include "yportenv.h"
 
@@ -1853,7 +1853,7 @@ int yaffs_RenameObject(yaffs_Object *oldDir, const char *oldName, yaffs_Object *
        yaffs_Object *obj;
        int force = 0;
        
-#ifdef YAFFS_CASE_INSENSITIVE
+#ifdef CONFIG_YAFFS_CASE_INSENSITIVE
        // Special case for WinCE.
        // While look-up is case insensitive, the name isn't.
        // THerefore we might want to change x.txt to X.txt