[BusyBox 0001301]: Patch for find.c with misplacing MARCO of ENABLE_FEATURE_FIND_SIZE & ENABLE_FEATURE_FIND_PRUNE
bugs at busybox.net
bugs at busybox.net
Thu Apr 5 02:43:17 PDT 2007
The following issue requires your FEEDBACK.
======================================================================
http://busybox.net/bugs/view.php?id=1301
======================================================================
Reported By: rockeychu
Assigned To: BusyBox
======================================================================
Project: BusyBox
Issue ID: 1301
Category: Documentation
Reproducibility: always
Severity: minor
Priority: normal
Status: feedback
======================================================================
Date Submitted: 04-04-2007 18:35 PDT
Last Modified: 04-05-2007 02:43 PDT
======================================================================
Summary: 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;
======================================================================
----------------------------------------------------------------------
bernhardf - 04-05-07 02:43
----------------------------------------------------------------------
Your patch was incomplete, unfortunately.
Should be fixed in r18332, please confirm.
Thanks for the report!
cheers,
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
======================================================================
More information about the busybox-cvs
mailing list