BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001301 [BusyBox] Documentation minor always 04-04-07 18:35 02-11-08 08:32
Reporter rockeychu View Status public  
Assigned To BusyBox
Priority normal Resolution no change required  
Status closed   Product Version
Summary 0001301: Patch for find.c with misplacing MARCO of ENABLE_FEATURE_FIND_SIZE & ENABLE_FEATURE_FIND_PRUNE
Description Patch as following:

Index: findutils/find.c
===================================================================
--- findutils/find.c (revision 18329)
+++ findutils/find.c (working copy)
@@ -260,7 +260,7 @@
 }
 #endif

-#if ENABLE_FEATURE_FIND_SIZE
+#if ENABLE_FEATURE_FIND_PRUNE
 /*
  * -prune: if -depth is not given, return true and do not descend
  * current dir; if -depth is given, return false with no effect.
@@ -273,7 +273,7 @@
 }
 #endif

-#if ENABLE_FEATURE_FIND_PRUNE
+#if ENABLE_FEATURE_FIND_SIZE
 ACTF(size)
 {
        return statbuf->st_size == ap->size;
Additional Information
Attached Files

- Relationships

- Notes
(0002295)
bernhardf
04-05-07 02:43

Your patch was incomplete, unfortunately.
Should be fixed in r18332, please confirm.

Thanks for the report!
cheers,
 
(0003924)
vda
02-11-08 08:32

No response from reporter.
 

- Issue History
Date Modified Username Field Change
04-04-07 18:35 rockeychu New Issue
04-04-07 18:35 rockeychu Status new => assigned
04-04-07 18:35 rockeychu Assigned To  => BusyBox
04-05-07 02:43 bernhardf Note Added: 0002295
04-05-07 02:43 bernhardf Status assigned => feedback
02-11-08 08:32 vda Status feedback => closed
02-11-08 08:32 vda Note Added: 0003924
02-11-08 08:32 vda Resolution open => no change required


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker