mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
compiler warning fixes + one real bug in dcc-chat
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@850 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c4af878047
commit
14e5dc8b8e
5 changed files with 7 additions and 7 deletions
|
|
@ -130,7 +130,7 @@ static int nick_completion_timeout(void)
|
|||
last_msgs_remove_old(&channel->lastmsgs, keep_msgs_time, now);
|
||||
|
||||
if (keep_msgs_count == 0 ||
|
||||
g_slist_length(channel->lastownmsgs) > keep_msgs_count) {
|
||||
(int)g_slist_length(channel->lastownmsgs) > keep_msgs_count) {
|
||||
last_msgs_remove_old(&channel->lastownmsgs,
|
||||
keep_ownmsgs_time, now);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue