repo: ngircd
action: commit
revision: 
path_from: 
revision_from: b4d0a4038398c23d015bd3faf6247a0dd91016a9:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit b4d0a4038398c23d015bd3faf6247a0dd91016a9
Author: Federico G. Schwindt 
Date:   Fri Apr 19 23:51:42 2013 +0100

    Better description for Lists_CheckReason()

diff --git a/src/ngircd/lists.c b/src/ngircd/lists.c
index 9ebd89067fb73f2dfa3a07d28924a65ca0f265e4..
index ..d98dc6c847ec85cf9d13fca676bb78f26e5dd4df 100644
--- a/src/ngircd/lists.c
+++ b/src/ngircd/lists.c
@@ -311,13 +311,12 @@ Lists_Check(struct list_head *h, CLIENT *Client)
 }

 /**
- * Check if a client is listed in a list and store the reason if a buffer
- * is provided.
+ * Check if a client is listed in a list and store the reason.
  *
  * @param h      List head.
  * @param Client Client to check.
- * @param reason Result buffer to store the reason.
- * @param len    Size of the buffer.
+ * @param reason Buffer to store the reason.
+ * @param len    Size of the buffer if reason should be saved.
  * @return true if client is listed, false if not.
  */
 bool

-----END OF PAGE-----