chiark / gitweb /
shared: path-util - try to make PATH_FORECH_PREFIX look less wrong
authorTom Gundersen <teg@jklm.no>
Thu, 25 Sep 2014 14:12:41 +0000 (16:12 +0200)
committerTom Gundersen <teg@jklm.no>
Thu, 25 Sep 2014 14:17:58 +0000 (16:17 +0200)
commit4a690c47260ca507bbcf92e2a68f66d3ec9a23fb
tree6966809f6188caeb00c67cdd85434827ca0772c1
parent94a2c2f64a1379ca5c9ce4dbbee45ce17250ab51
shared: path-util - try to make PATH_FORECH_PREFIX look less wrong

We replace the idiom "X && !(*foo = 0)" with "X && ((*foo = 0), true)".

This is not a functional change, but should hopefully make it less
likely that people and static analyzers believe there is a typo here
(i.e., to make it clear that the intention was not "X && *foo != 0").

Thanks to David Herrmann for the suggestion.
src/shared/path-util.h