find.c: Use pointers to objects, not shallow copies of their structures
commitfbd455e5c8ca6a90c7edf3fb01a7ea0d4b0bca1c
authorPeter Clifton <peter@clifton-electronics.co.uk>
Mon, 24 Dec 2012 00:50:46 +0000 (24 00:50 +0000)
committerPeter Clifton <peter@clifton-electronics.co.uk>
Sun, 30 Dec 2012 10:50:59 +0000 (30 10:50 +0000)
tree2fecba5b2ec87fb676a2586de494683400251442
parent22abf51f3ffb98fbe9c1557ada8865b0f842670a
find.c: Use pointers to objects, not shallow copies of their structures

Since commit 4658e4074b4446337467f99fa2b8f9b7147e7e01, we don't modify
the copied objects, so we can use pointers instead.
src/find.c