]> arthur.barton.de Git - ngircd-alex.git/commit
array: remove check for allocated == 0
authorFlorian Westphal <fw@strlen.de>
Sun, 9 Jan 2011 18:40:54 +0000 (19:40 +0100)
committerFlorian Westphal <fw@strlen.de>
Sun, 9 Jan 2011 18:40:54 +0000 (19:40 +0100)
commit23ce0393b23779f19d6d56103c46f9d929fdef53
tree20b85b31803e5b25dc8130b35a8f4286d15c1166
parent994a003aba9aac4a8adca7f4f4fec0889b0f2bb1
array: remove check for allocated == 0

allocated can only be zero if ->mem is NULL.
src/ngircd/array.c