commit | f88db7156dd1b61da3b238574e051058d1aa6752 | [log] [tgz] |
---|---|---|
author | Felix Janda <felix.janda@posteo.de> | Wed Apr 10 19:25:06 2013 +0200 |
committer | Felix Janda <felix.janda@posteo.de> | Wed Apr 10 19:25:06 2013 +0200 |
tree | e2b2fb35b39a9591c505542f0d1b3baa936aa049 | |
parent | 9bd7a1696e7060e51ec0d0aaef477eaf85aaf216 [diff] |
Partial cleanup of find - Remove unnecessary headers - dump_node is not used anywhere - exec_buf is unused - Replace SUCCESS with 1 and simplify code accordingly - a==0 -> !a - Simplify an incremation pattern using pre-increments - Add static keyword to functions - Make error messages print to stderr