find.c: Remove "flag" variable in DRCAll(), and pass explicitly each time.
commit8aa8ec127122ef9dba905a6151d2fd6a29d49e10
authorPeter Clifton <peter@clifton-electronics.co.uk>
Thu, 3 Jan 2013 18:44:41 +0000 (3 18:44 +0000)
committerPeter Clifton <peter@clifton-electronics.co.uk>
Thu, 3 Jan 2013 19:22:31 +0000 (3 19:22 +0000)
tree0ff31ddc8f420fa015070d1cfaa2cd152825925d
parent80a77a62e871d90c6e2ca97caa4c7af684c23ed5
find.c: Remove "flag" variable in DRCAll(), and pass explicitly each time.

This avoids confusion by making the flag passed to each call clearer.
It removes several cases where we would set the variable, use it once,
then change it for the next usage, making the code more succinct.
src/find.c