*** empty log message ***
authorcharles <charles>
Tue, 8 Jun 2004 08:47:55 +0000 (08:47 +0000)
committercharles <charles>
Tue, 8 Jun 2004 08:47:55 +0000 (08:47 +0000)
yaffs_guts.c

index 4aa52f6c8132cf4863ab8f6458b9fc1c8c90e7ad..bcd3da1082675e008e918e5491a3af772d77af64 100644 (file)
@@ -14,7 +14,7 @@
  */
  //yaffs_guts.c
 
-const char *yaffs_guts_c_version="$Id: yaffs_guts.c,v 1.33 2003-11-16 07:40:42 charles Exp $";
+const char *yaffs_guts_c_version="$Id: yaffs_guts.c,v 1.34 2004-06-08 08:47:55 charles Exp $";
 
 #include "yportenv.h"
 
@@ -1085,7 +1085,7 @@ static int yaffs_DeleteWorker(yaffs_Object *in, yaffs_Tnode *tn, __u32 level, in
                                                if(limit)
                                                { 
                                                        *limit = *limit-1;
-                                                       if(limit <= 0) 
+                                                       if(*limit <= 0) 
                                                        { 
                                                                hitLimit = 1;
                                                        }