Kaynağa Gözat

Fixed bug in IRCClientSession join method

master
Said Achmiz 9 yıl önce
ebeveyn
işleme
9333d0d477
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      IRCClient/IRCClientSession.m

+ 1
- 1
IRCClient/IRCClientSession.m Dosyayı Görüntüle

@@ -255,7 +255,7 @@ static NSDictionary* ircNumericCodeList;

- (int)join:(NSData *)channel key:(NSData *)key
{
if (!key || !key.length > 0)
if (!key || !(key.length > 0))
{
return irc_cmd_join(_irc_session, channel.SA_terminatedCString, NULL);
}

Loading…
İptal
Kaydet