X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=yaffs_guts.c;h=9d9dc3e8e88cd25260ee3a2dc67af72b41aac13c;hb=df9cd911687d0bc2f54f0da6a342deb9c1a1bbc2;hp=cfe955f8ca306e7298b24a56f1534a42171557a3;hpb=1dea37b139c892671df123e8ad4204ab4dc20fa5;p=yaffs%2F.git 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