From a51a69134b8bdc94cfb4dcc1403e33cce24d34bc Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 11:35:39 +0100 Subject: Nah, even more rebranding --- plugins/dns/dns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/dns') diff --git a/plugins/dns/dns.c b/plugins/dns/dns.c index 2f56e006..b1c4c6ac 100644 --- a/plugins/dns/dns.c +++ b/plugins/dns/dns.c @@ -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; } -- cgit 1.4.1