]> arthur.barton.de Git - ngircd-alex.git/commit
Fix 2 bugs introduced in 74514b8c23
authorFederico G. Schwindt <fgsch@lodoss.net>
Sun, 11 Aug 2013 19:57:11 +0000 (20:57 +0100)
committerFederico G. Schwindt <fgsch@lodoss.net>
Sun, 11 Aug 2013 19:57:11 +0000 (20:57 +0100)
commitcd38e9580e428103cef39e2e29f62472b2f336d3
tree96e60d4252e78ed956e6ea4e3c62edcc12596f33
parentaeebde4642580e806c04a339bb9befd1ece61775
Fix 2 bugs introduced in 74514b8c23

Channel_Modes() and Channel_Topic() return static memory that is zeroed at
creation time. Fix checking for empty modes and topic so they're propagated
correctly.
src/ngircd/irc-channel.c