Nah, even more rebranding
This commit is contained in:
@ -67,7 +67,7 @@ waitline (void *source, char *buf, int bufsize)
|
||||
{
|
||||
len = 1;
|
||||
/* we can't read() here, due to glib's giowin32 */
|
||||
if (ph->xchat_read_fd (ph, source, buf + i, &len) != 0)
|
||||
if (ph->hexchat_read_fd (ph, source, buf + i, &len) != 0)
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user