1
0
mirror of https://github.com/osmarks/ngircd.git synced 2026-04-17 12:31:26 +00:00
Files
ngircd/src/ngircd
Alexander Barton 0d9740b9fa Fix gcc warning, initialize "list" variable to NULL
This fixes the following warning with gcc 4.6.3.:

  irc-mode.c: In function "Channel_Mode":
  irc-mode.c:947:26: error: "list" may be used uninitialized
                     in this function
  irc-mode.c:884:25: error: "list" may be used uninitialized
                     in this function

(The variable has never been used uninitialized, so don't worry)
2012-03-12 22:27:55 +01:00
..
2012-03-12 09:47:19 +01:00
2011-06-27 10:27:07 +02:00
2011-03-16 22:59:57 +01:00
2011-12-24 13:40:27 +01:00
2011-02-13 17:52:39 +01:00