chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
47aaceb
)
sel/bres.c: Don't capture `h->h_name' in non-`const' pointer.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 14 May 2016 18:30:10 +0000
(19:30 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 16 May 2016 00:32:29 +0000
(
01:32
+0100)
It turns out to be `const' under Cygwin. In fact, we don't need to
capture it at all, so restructure the logic so we don't bother trying.
No differences found