From df9cd911687d0bc2f54f0da6a342deb9c1a1bbc2 Mon Sep 17 00:00:00 2001 From: charles Date: Mon, 3 Feb 2003 18:33:28 +0000 Subject: [PATCH] *** empty log message *** --- yaffs_guts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yaffs_guts.c b/yaffs_guts.c index cfe955f..9d9dc3e 100644 --- a/yaffs_guts.c +++ b/yaffs_guts.c @@ -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 -- 2.30.2